Class MutatingWebhookConfiguration

  • All Implemented Interfaces:
    com.marcnuri.yakc.model.Model

    public class MutatingWebhookConfiguration
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model
    MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object. Deprecated in v1.16, planned for removal in v1.19. Use admissionregistration.k8s.io/v1 MutatingWebhookConfiguration instead.
    • Constructor Detail

      • MutatingWebhookConfiguration

        public MutatingWebhookConfiguration​(java.lang.String apiVersion,
                                            java.lang.String kind,
                                            ObjectMeta metadata,
                                            java.util.List<MutatingWebhook> webhooks)
      • MutatingWebhookConfiguration

        public MutatingWebhookConfiguration()
    • Method Detail

      • getApiVersion

        public java.lang.String getApiVersion()
        APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
      • getKind

        public java.lang.String getKind()
        Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
      • getWebhooks

        public java.util.List<MutatingWebhook> getWebhooks()
        Webhooks is a list of webhooks and the affected resources and operations.
      • setApiVersion

        public void setApiVersion​(java.lang.String apiVersion)
        APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
      • setKind

        public void setKind​(java.lang.String kind)
        Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
      • setMetadata

        public void setMetadata​(ObjectMeta metadata)
      • setWebhooks

        public void setWebhooks​(java.util.List<MutatingWebhook> webhooks)
        Webhooks is a list of webhooks and the affected resources and operations.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object