Class ActionFluent<A extends ActionFluent<A>>

  • Direct Known Subclasses:
    ActionBuilder

    public class ActionFluent<A extends ActionFluent<A>>
    extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
    Generated
    • Constructor Detail

      • ActionFluent

        public ActionFluent()
      • ActionFluent

        public ActionFluent​(Action instance)
    • Method Detail

      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • copyInstance

        protected void copyInstance​(Action instance)
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ActionFluent<A>>
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • getContent

        public Object getContent()
      • getIsNonResourceURL

        public Boolean getIsNonResourceURL()
      • getNamespace

        public String getNamespace()
      • getPath

        public String getPath()
      • getResource

        public String getResource()
      • getResourceAPIGroup

        public String getResourceAPIGroup()
      • getResourceAPIVersion

        public String getResourceAPIVersion()
      • getResourceName

        public String getResourceName()
      • getVerb

        public String getVerb()
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • hasContent

        public boolean hasContent()
      • hasIsNonResourceURL

        public boolean hasIsNonResourceURL()
      • hasNamespace

        public boolean hasNamespace()
      • hasPath

        public boolean hasPath()
      • hasResource

        public boolean hasResource()
      • hasResourceAPIGroup

        public boolean hasResourceAPIGroup()
      • hasResourceAPIVersion

        public boolean hasResourceAPIVersion()
      • hasResourceName

        public boolean hasResourceName()
      • hasVerb

        public boolean hasVerb()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ActionFluent<A>>
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • withAdditionalProperties

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • withContent

        public A withContent​(Object content)
      • withIsNonResourceURL

        public A withIsNonResourceURL()
      • withIsNonResourceURL

        public A withIsNonResourceURL​(Boolean isNonResourceURL)
      • withNamespace

        public A withNamespace​(String namespace)
      • withPath

        public A withPath​(String path)
      • withResource

        public A withResource​(String resource)
      • withResourceAPIGroup

        public A withResourceAPIGroup​(String resourceAPIGroup)
      • withResourceAPIVersion

        public A withResourceAPIVersion​(String resourceAPIVersion)
      • withResourceName

        public A withResourceName​(String resourceName)
      • withVerb

        public A withVerb​(String verb)