Package k8s.io.api.core.v1
Interface Generated.ConfigMapNodeConfigSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Generated.ConfigMapNodeConfigSource,Generated.ConfigMapNodeConfigSource.Builder
- Enclosing class:
- Generated
public static interface Generated.ConfigMapNodeConfigSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetKubeletConfigKey()KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.com.google.protobuf.ByteStringgetKubeletConfigKeyBytes()KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.StringgetName()Name is the metadata.name of the referenced ConfigMap.com.google.protobuf.ByteStringgetNameBytes()Name is the metadata.name of the referenced ConfigMap.StringgetNamespace()Namespace is the metadata.namespace of the referenced ConfigMap.com.google.protobuf.ByteStringgetNamespaceBytes()Namespace is the metadata.namespace of the referenced ConfigMap.StringgetResourceVersion()ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap.com.google.protobuf.ByteStringgetResourceVersionBytes()ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap.StringgetUid()UID is the metadata.UID of the referenced ConfigMap.com.google.protobuf.ByteStringgetUidBytes()UID is the metadata.UID of the referenced ConfigMap.booleanhasKubeletConfigKey()KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.booleanhasName()Name is the metadata.name of the referenced ConfigMap.booleanhasNamespace()Namespace is the metadata.namespace of the referenced ConfigMap.booleanhasResourceVersion()ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap.booleanhasUid()UID is the metadata.UID of the referenced ConfigMap.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasNamespace
boolean hasNamespace()
Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.
optional string namespace = 1;- Returns:
- Whether the namespace field is set.
-
getNamespace
String getNamespace()
Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.
optional string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.
optional string namespace = 1;- Returns:
- The bytes for namespace.
-
hasName
boolean hasName()
Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.
optional string name = 2;- Returns:
- Whether the name field is set.
-
getName
String getName()
Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.
optional string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.
optional string name = 2;- Returns:
- The bytes for name.
-
hasUid
boolean hasUid()
UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status. +optional
optional string uid = 3;- Returns:
- Whether the uid field is set.
-
getUid
String getUid()
UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status. +optional
optional string uid = 3;- Returns:
- The uid.
-
getUidBytes
com.google.protobuf.ByteString getUidBytes()
UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status. +optional
optional string uid = 3;- Returns:
- The bytes for uid.
-
hasResourceVersion
boolean hasResourceVersion()
ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status. +optional
optional string resourceVersion = 4;- Returns:
- Whether the resourceVersion field is set.
-
getResourceVersion
String getResourceVersion()
ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status. +optional
optional string resourceVersion = 4;- Returns:
- The resourceVersion.
-
getResourceVersionBytes
com.google.protobuf.ByteString getResourceVersionBytes()
ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status. +optional
optional string resourceVersion = 4;- Returns:
- The bytes for resourceVersion.
-
hasKubeletConfigKey
boolean hasKubeletConfigKey()
KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.
optional string kubeletConfigKey = 5;- Returns:
- Whether the kubeletConfigKey field is set.
-
getKubeletConfigKey
String getKubeletConfigKey()
KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.
optional string kubeletConfigKey = 5;- Returns:
- The kubeletConfigKey.
-
getKubeletConfigKeyBytes
com.google.protobuf.ByteString getKubeletConfigKeyBytes()
KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.
optional string kubeletConfigKey = 5;- Returns:
- The bytes for kubeletConfigKey.
-
-