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 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

       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

      V1alpha1Admissionregistration.Initializer getInitializers(int index)
       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

      V1alpha1Admissionregistration.InitializerOrBuilder getInitializersOrBuilder(int index)
       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;