Documentation ¶
Index ¶
- Constants
- type ImageContentPoliciesWebhook
- func (w *ImageContentPoliciesWebhook) Authorized(request admission.Request) admission.Response
- func (w *ImageContentPoliciesWebhook) ClassicEnabled() bool
- func (w *ImageContentPoliciesWebhook) Doc() string
- func (w *ImageContentPoliciesWebhook) FailurePolicy() admissionregv1.FailurePolicyType
- func (w *ImageContentPoliciesWebhook) GetURI() string
- func (w *ImageContentPoliciesWebhook) HypershiftEnabled() bool
- func (w *ImageContentPoliciesWebhook) MatchPolicy() admissionregv1.MatchPolicyType
- func (w *ImageContentPoliciesWebhook) Name() string
- func (w *ImageContentPoliciesWebhook) ObjectSelector() *metav1.LabelSelector
- func (w *ImageContentPoliciesWebhook) Rules() []admissionregv1.RuleWithOperations
- func (w *ImageContentPoliciesWebhook) SideEffects() admissionregv1.SideEffectClass
- func (w *ImageContentPoliciesWebhook) SyncSetLabelSelector() metav1.LabelSelector
- func (w *ImageContentPoliciesWebhook) TimeoutSeconds() int32
- func (w *ImageContentPoliciesWebhook) Validate(request admission.Request) bool
Constants ¶
View Source
const ( WebhookName = "imagecontentpolicies-validation" WebhookDoc = "" /* 306-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageContentPoliciesWebhook ¶
type ImageContentPoliciesWebhook struct {
// contains filtered or unexported fields
}
func NewWebhook ¶
func NewWebhook() *ImageContentPoliciesWebhook
func (*ImageContentPoliciesWebhook) Authorized ¶
func (w *ImageContentPoliciesWebhook) Authorized(request admission.Request) admission.Response
func (*ImageContentPoliciesWebhook) ClassicEnabled ¶
func (w *ImageContentPoliciesWebhook) ClassicEnabled() bool
func (*ImageContentPoliciesWebhook) Doc ¶
func (w *ImageContentPoliciesWebhook) Doc() string
func (*ImageContentPoliciesWebhook) FailurePolicy ¶
func (w *ImageContentPoliciesWebhook) FailurePolicy() admissionregv1.FailurePolicyType
func (*ImageContentPoliciesWebhook) GetURI ¶
func (w *ImageContentPoliciesWebhook) GetURI() string
func (*ImageContentPoliciesWebhook) HypershiftEnabled ¶
func (w *ImageContentPoliciesWebhook) HypershiftEnabled() bool
func (*ImageContentPoliciesWebhook) MatchPolicy ¶
func (w *ImageContentPoliciesWebhook) MatchPolicy() admissionregv1.MatchPolicyType
func (*ImageContentPoliciesWebhook) Name ¶
func (w *ImageContentPoliciesWebhook) Name() string
func (*ImageContentPoliciesWebhook) ObjectSelector ¶
func (w *ImageContentPoliciesWebhook) ObjectSelector() *metav1.LabelSelector
func (*ImageContentPoliciesWebhook) Rules ¶
func (w *ImageContentPoliciesWebhook) Rules() []admissionregv1.RuleWithOperations
func (*ImageContentPoliciesWebhook) SideEffects ¶
func (w *ImageContentPoliciesWebhook) SideEffects() admissionregv1.SideEffectClass
func (*ImageContentPoliciesWebhook) SyncSetLabelSelector ¶
func (w *ImageContentPoliciesWebhook) SyncSetLabelSelector() metav1.LabelSelector
func (*ImageContentPoliciesWebhook) TimeoutSeconds ¶
func (w *ImageContentPoliciesWebhook) TimeoutSeconds() int32
Click to show internal directories.
Click to hide internal directories.