public static interface V1alpha1Admissionregistration.InitializerOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
Name is the identifier of the initializer.
|
com.google.protobuf.ByteString |
getNameBytes()
Name is the identifier of the initializer.
|
V1alpha1Admissionregistration.Rule |
getRules(int index)
Rules describes what resources/subresources the initializer cares about.
|
int |
getRulesCount()
Rules describes what resources/subresources the initializer cares about.
|
List<V1alpha1Admissionregistration.Rule> |
getRulesList()
Rules describes what resources/subresources the initializer cares about.
|
V1alpha1Admissionregistration.RuleOrBuilder |
getRulesOrBuilder(int index)
Rules describes what resources/subresources the initializer cares about.
|
List<? extends V1alpha1Admissionregistration.RuleOrBuilder> |
getRulesOrBuilderList()
Rules describes what resources/subresources the initializer cares about.
|
boolean |
hasName()
Name is the identifier of the initializer.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
Name is the identifier of the initializer. It will be added to the object that needs to be initialized. Name should be fully qualified, e.g., alwayspullimages.kubernetes.io, where "alwayspullimages" is the name of the webhook, and kubernetes.io is the name of the organization. Required
optional string name = 1;
String getName()
Name is the identifier of the initializer. It will be added to the object that needs to be initialized. Name should be fully qualified, e.g., alwayspullimages.kubernetes.io, where "alwayspullimages" is the name of the webhook, and kubernetes.io is the name of the organization. Required
optional string name = 1;
com.google.protobuf.ByteString getNameBytes()
Name is the identifier of the initializer. It will be added to the object that needs to be initialized. Name should be fully qualified, e.g., alwayspullimages.kubernetes.io, where "alwayspullimages" is the name of the webhook, and kubernetes.io is the name of the organization. Required
optional string name = 1;
List<V1alpha1Admissionregistration.Rule> getRulesList()
Rules describes what resources/subresources the initializer cares about. The initializer cares about an operation if it matches _any_ Rule. Rule.Resources must not include subresources.
repeated .k8s.io.api.admissionregistration.v1alpha1.Rule rules = 2;
V1alpha1Admissionregistration.Rule getRules(int index)
Rules describes what resources/subresources the initializer cares about. The initializer cares about an operation if it matches _any_ Rule. Rule.Resources must not include subresources.
repeated .k8s.io.api.admissionregistration.v1alpha1.Rule rules = 2;
int getRulesCount()
Rules describes what resources/subresources the initializer cares about. The initializer cares about an operation if it matches _any_ Rule. Rule.Resources must not include subresources.
repeated .k8s.io.api.admissionregistration.v1alpha1.Rule rules = 2;
List<? extends V1alpha1Admissionregistration.RuleOrBuilder> getRulesOrBuilderList()
Rules describes what resources/subresources the initializer cares about. The initializer cares about an operation if it matches _any_ Rule. Rule.Resources must not include subresources.
repeated .k8s.io.api.admissionregistration.v1alpha1.Rule rules = 2;
V1alpha1Admissionregistration.RuleOrBuilder getRulesOrBuilder(int index)
Rules describes what resources/subresources the initializer cares about. The initializer cares about an operation if it matches _any_ Rule. Rule.Resources must not include subresources.
repeated .k8s.io.api.admissionregistration.v1alpha1.Rule rules = 2;
Copyright © 2021. All rights reserved.