Class ActionDescriptor

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<ActionDescriptorBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ActionDescriptor
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ActionDescriptorBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ActionDescriptor describes a declarative action that can be performed on a custom resource instance
    See Also:
    Serialized Form
    • Constructor Detail

      • ActionDescriptor

        public ActionDescriptor()
        No args constructor for use in serialization
    • Method Detail

      • getDescription

        public String getDescription()
        ActionDescriptor describes a declarative action that can be performed on a custom resource instance
      • setDescription

        public void setDescription​(String description)
        ActionDescriptor describes a declarative action that can be performed on a custom resource instance
      • getDisplayName

        public String getDisplayName()
        ActionDescriptor describes a declarative action that can be performed on a custom resource instance
      • setDisplayName

        public void setDisplayName​(String displayName)
        ActionDescriptor describes a declarative action that can be performed on a custom resource instance
      • getPath

        public String getPath()
        ActionDescriptor describes a declarative action that can be performed on a custom resource instance
      • setPath

        public void setPath​(String path)
        ActionDescriptor describes a declarative action that can be performed on a custom resource instance
      • getValue

        public String getValue()
        ActionDescriptor describes a declarative action that can be performed on a custom resource instance
      • setValue

        public void setValue​(String value)
        ActionDescriptor describes a declarative action that can be performed on a custom resource instance
      • getXDescriptors

        public List<String> getXDescriptors()
        ActionDescriptor describes a declarative action that can be performed on a custom resource instance
      • setXDescriptors

        public void setXDescriptors​(List<String> xDescriptors)
        ActionDescriptor describes a declarative action that can be performed on a custom resource instance
      • getAdditionalProperties

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

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)