This repository was archived by the owner on Nov 29, 2023. It is now read-only.
File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
#
16
+ from __future__ import annotations
17
+
16
18
from typing import MutableMapping , MutableSequence
17
19
18
20
from google .protobuf import duration_pb2 # type: ignore
@@ -1085,7 +1087,7 @@ class Type(proto.Enum):
1085
1087
1086
1088
1087
1089
class NodeTaint (proto .Message ):
1088
- r"""Kubernetes taint is comprised of three fields: key, value, and
1090
+ r"""Kubernetes taint is composed of three fields: key, value, and
1089
1091
effect. Effect can only be one of three types: NoSchedule,
1090
1092
PreferNoSchedule or NoExecute.
1091
1093
Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
#
16
+ from __future__ import annotations
17
+
16
18
from typing import MutableMapping , MutableSequence
17
19
18
20
from google .protobuf import duration_pb2 # type: ignore
@@ -1174,7 +1176,7 @@ class Type(proto.Enum):
1174
1176
1175
1177
1176
1178
class NodeTaint (proto .Message ):
1177
- r"""Kubernetes taint is comprised of three fields: key, value, and
1179
+ r"""Kubernetes taint is composed of three fields: key, value, and
1178
1180
effect. Effect can only be one of three types: NoSchedule,
1179
1181
PreferNoSchedule or NoExecute.
1180
1182
You can’t perform that action at this time.
0 commit comments