public static interface V1alpha1Admissionregistration.ExternalAdmissionHookOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1alpha1Admissionregistration.AdmissionHookClientConfig |
getClientConfig()
ClientConfig defines how to communicate with the hook.
|
V1alpha1Admissionregistration.AdmissionHookClientConfigOrBuilder |
getClientConfigOrBuilder()
ClientConfig defines how to communicate with the hook.
|
String |
getFailurePolicy()
FailurePolicy defines how unrecognized errors from the admission endpoint are handled -
allowed values are Ignore or Fail.
|
com.google.protobuf.ByteString |
getFailurePolicyBytes()
FailurePolicy defines how unrecognized errors from the admission endpoint are handled -
allowed values are Ignore or Fail.
|
String |
getName()
The name of the external admission webhook.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the external admission webhook.
|
V1alpha1Admissionregistration.RuleWithOperations |
getRules(int index)
Rules describes what operations on what resources/subresources the webhook cares about.
|
int |
getRulesCount()
Rules describes what operations on what resources/subresources the webhook cares about.
|
List<V1alpha1Admissionregistration.RuleWithOperations> |
getRulesList()
Rules describes what operations on what resources/subresources the webhook cares about.
|
V1alpha1Admissionregistration.RuleWithOperationsOrBuilder |
getRulesOrBuilder(int index)
Rules describes what operations on what resources/subresources the webhook cares about.
|
List<? extends V1alpha1Admissionregistration.RuleWithOperationsOrBuilder> |
getRulesOrBuilderList()
Rules describes what operations on what resources/subresources the webhook cares about.
|
boolean |
hasClientConfig()
ClientConfig defines how to communicate with the hook.
|
boolean |
hasFailurePolicy()
FailurePolicy defines how unrecognized errors from the admission endpoint are handled -
allowed values are Ignore or Fail.
|
boolean |
hasName()
The name of the external admission webhook.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
The name of the external admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required.
optional string name = 1;String getName()
The name of the external admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" 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()
The name of the external admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required.
optional string name = 1;boolean hasClientConfig()
ClientConfig defines how to communicate with the hook. Required
optional .k8s.io.api.admissionregistration.v1alpha1.AdmissionHookClientConfig clientConfig = 2;
V1alpha1Admissionregistration.AdmissionHookClientConfig getClientConfig()
ClientConfig defines how to communicate with the hook. Required
optional .k8s.io.api.admissionregistration.v1alpha1.AdmissionHookClientConfig clientConfig = 2;
V1alpha1Admissionregistration.AdmissionHookClientConfigOrBuilder getClientConfigOrBuilder()
ClientConfig defines how to communicate with the hook. Required
optional .k8s.io.api.admissionregistration.v1alpha1.AdmissionHookClientConfig clientConfig = 2;
List<V1alpha1Admissionregistration.RuleWithOperations> getRulesList()
Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule.
repeated .k8s.io.api.admissionregistration.v1alpha1.RuleWithOperations rules = 3;
V1alpha1Admissionregistration.RuleWithOperations getRules(int index)
Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule.
repeated .k8s.io.api.admissionregistration.v1alpha1.RuleWithOperations rules = 3;
int getRulesCount()
Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule.
repeated .k8s.io.api.admissionregistration.v1alpha1.RuleWithOperations rules = 3;
List<? extends V1alpha1Admissionregistration.RuleWithOperationsOrBuilder> getRulesOrBuilderList()
Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule.
repeated .k8s.io.api.admissionregistration.v1alpha1.RuleWithOperations rules = 3;
V1alpha1Admissionregistration.RuleWithOperationsOrBuilder getRulesOrBuilder(int index)
Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule.
repeated .k8s.io.api.admissionregistration.v1alpha1.RuleWithOperations rules = 3;
boolean hasFailurePolicy()
FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Ignore. +optional
optional string failurePolicy = 4;String getFailurePolicy()
FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Ignore. +optional
optional string failurePolicy = 4;com.google.protobuf.ByteString getFailurePolicyBytes()
FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Ignore. +optional
optional string failurePolicy = 4;Copyright © 2020. All rights reserved.