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

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1ParamRef extends Object
ParamRef describes how to locate the params to be used as input to expressions of rules applied by a policy binding.
  • Field Details

  • Constructor Details

    • V1ParamRef

      public V1ParamRef()
  • Method Details

    • getName

      public String getName()
      name is the name of the resource being referenced. One of `name` or `selector` must be set, but `name` and `selector` are mutually exclusive properties. If one is set, the other must be unset. A single parameter used for all admission requests can be configured by setting the `name` field, leaving `selector` blank, and setting namespace if `paramKind` is namespace-scoped.
      Returns:
      the name property value
    • setName

      public void setName(String name)
      Set the name property value
      Parameters:
      name - property value to set
    • name

      public V1ParamRef name(String name)
      Set name in a chainable fashion.
      Returns:
      The same instance of V1ParamRef for chaining.
    • getNamespace

      public String getNamespace()
      namespace is the namespace of the referenced resource. Allows limiting the search for params to a specific namespace. Applies to both `name` and `selector` fields. A per-namespace parameter may be used by specifying a namespace-scoped `paramKind` in the policy and leaving this field empty. - If `paramKind` is cluster-scoped, this field MUST be unset. Setting this field results in a configuration error. - If `paramKind` is namespace-scoped, the namespace of the object being evaluated for admission will be used when this field is left unset. Take care that if this is left empty the binding must not match any cluster-scoped resources, which will result in an error.
      Returns:
      the namespace property value
    • setNamespace

      public void setNamespace(String namespace)
      Set the namespace property value
      Parameters:
      namespace - property value to set
    • namespace

      public V1ParamRef namespace(String namespace)
      Set namespace in a chainable fashion.
      Returns:
      The same instance of V1ParamRef for chaining.
    • getParameterNotFoundAction

      public String getParameterNotFoundAction()
      `parameterNotFoundAction` controls the behavior of the binding when the resource exists, and name or selector is valid, but there are no parameters matched by the binding. If the value is set to `Allow`, then no matched parameters will be treated as successful validation by the binding. If set to `Deny`, then no matched parameters will be subject to the `failurePolicy` of the policy. Allowed values are `Allow` or `Deny` Required
      Returns:
      the parameterNotFoundAction property value
    • setParameterNotFoundAction

      public void setParameterNotFoundAction(String parameterNotFoundAction)
      Set the parameterNotFoundAction property value
      Parameters:
      parameterNotFoundAction - property value to set
    • parameterNotFoundAction

      public V1ParamRef parameterNotFoundAction(String parameterNotFoundAction)
      Set parameterNotFoundAction in a chainable fashion.
      Returns:
      The same instance of V1ParamRef for chaining.
    • getSelector

      public V1LabelSelector getSelector()
      Returns:
      the selector property value
    • setSelector

      public void setSelector(V1LabelSelector selector)
      Set the selector property value
      Parameters:
      selector - property value to set
    • selector

      public V1ParamRef selector(V1LabelSelector selector)
      Set selector in a chainable fashion.
      Returns:
      The same instance of V1ParamRef 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