Package io.kubernetes.client.proto
Interface V1alpha1Admissionregistration.InitializerConfigurationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1alpha1Admissionregistration.InitializerConfiguration,V1alpha1Admissionregistration.InitializerConfiguration.Builder
- Enclosing class:
- V1alpha1Admissionregistration
public static interface V1alpha1Admissionregistration.InitializerConfigurationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetInitializers(int index) Initializers is a list of resources and their default initializers Order-sensitive.intInitializers is a list of resources and their default initializers Order-sensitive.Initializers is a list of resources and their default initializers Order-sensitive.getInitializersOrBuilder(int index) Initializers is a list of resources and their default initializers Order-sensitive.Initializers is a list of resources and their default initializers Order-sensitive.Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata.Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata.booleanStandard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMetadata
boolean hasMetadata()Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1; -
getMetadata
Meta.ObjectMeta getMetadata()Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1; -
getMetadataOrBuilder
Meta.ObjectMetaOrBuilder getMetadataOrBuilder()Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1; -
getInitializersList
List<V1alpha1Admissionregistration.Initializer> getInitializersList()Initializers is a list of resources and their default initializers Order-sensitive. When merging multiple InitializerConfigurations, we sort the initializers from different InitializerConfigurations by the name of the InitializerConfigurations; the order of the initializers from the same InitializerConfiguration is preserved. +patchMergeKey=name +patchStrategy=merge +optional
repeated .k8s.io.api.admissionregistration.v1alpha1.Initializer initializers = 2; -
getInitializers
Initializers is a list of resources and their default initializers Order-sensitive. When merging multiple InitializerConfigurations, we sort the initializers from different InitializerConfigurations by the name of the InitializerConfigurations; the order of the initializers from the same InitializerConfiguration is preserved. +patchMergeKey=name +patchStrategy=merge +optional
repeated .k8s.io.api.admissionregistration.v1alpha1.Initializer initializers = 2; -
getInitializersCount
int getInitializersCount()Initializers is a list of resources and their default initializers Order-sensitive. When merging multiple InitializerConfigurations, we sort the initializers from different InitializerConfigurations by the name of the InitializerConfigurations; the order of the initializers from the same InitializerConfiguration is preserved. +patchMergeKey=name +patchStrategy=merge +optional
repeated .k8s.io.api.admissionregistration.v1alpha1.Initializer initializers = 2; -
getInitializersOrBuilderList
List<? extends V1alpha1Admissionregistration.InitializerOrBuilder> getInitializersOrBuilderList()Initializers is a list of resources and their default initializers Order-sensitive. When merging multiple InitializerConfigurations, we sort the initializers from different InitializerConfigurations by the name of the InitializerConfigurations; the order of the initializers from the same InitializerConfiguration is preserved. +patchMergeKey=name +patchStrategy=merge +optional
repeated .k8s.io.api.admissionregistration.v1alpha1.Initializer initializers = 2; -
getInitializersOrBuilder
Initializers is a list of resources and their default initializers Order-sensitive. When merging multiple InitializerConfigurations, we sort the initializers from different InitializerConfigurations by the name of the InitializerConfigurations; the order of the initializers from the same InitializerConfiguration is preserved. +patchMergeKey=name +patchStrategy=merge +optional
repeated .k8s.io.api.admissionregistration.v1alpha1.Initializer initializers = 2;
-