Class V1alpha1MutatingAdmissionPolicyBindingSpec

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1alpha1MutatingAdmissionPolicyBindingSpec

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1alpha1MutatingAdmissionPolicyBindingSpec extends Object
MutatingAdmissionPolicyBindingSpec is the specification of the MutatingAdmissionPolicyBinding.
  • Field Details

  • Constructor Details

    • V1alpha1MutatingAdmissionPolicyBindingSpec

      public V1alpha1MutatingAdmissionPolicyBindingSpec()
  • Method Details

    • getMatchResources

      public V1alpha1MatchResources getMatchResources()
      Returns:
      the matchResources property value
    • setMatchResources

      public void setMatchResources(V1alpha1MatchResources matchResources)
      Set the matchResources property value
      Parameters:
      matchResources - property value to set
    • matchResources

      Set matchResources in a chainable fashion.
      Returns:
      The same instance of V1alpha1MutatingAdmissionPolicyBindingSpec for chaining.
    • getParamRef

      public V1alpha1ParamRef getParamRef()
      Returns:
      the paramRef property value
    • setParamRef

      public void setParamRef(V1alpha1ParamRef paramRef)
      Set the paramRef property value
      Parameters:
      paramRef - property value to set
    • paramRef

      Set paramRef in a chainable fashion.
      Returns:
      The same instance of V1alpha1MutatingAdmissionPolicyBindingSpec for chaining.
    • getPolicyName

      public String getPolicyName()
      policyName references a MutatingAdmissionPolicy name which the MutatingAdmissionPolicyBinding binds to. If the referenced resource does not exist, this binding is considered invalid and will be ignored Required.
      Returns:
      the policyName property value
    • setPolicyName

      public void setPolicyName(String policyName)
      Set the policyName property value
      Parameters:
      policyName - property value to set
    • policyName

      public V1alpha1MutatingAdmissionPolicyBindingSpec policyName(String policyName)
      Set policyName in a chainable fashion.
      Returns:
      The same instance of V1alpha1MutatingAdmissionPolicyBindingSpec for chaining.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object