Class SpecDescriptor
- java.lang.Object
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.SpecDescriptor
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<SpecDescriptorBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class SpecDescriptor extends Object implements io.fabric8.kubernetes.api.builder.Editable<SpecDescriptorBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
SpecDescriptor describes a field in a spec block of a CRD so that OLM can consume it- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpecDescriptor()No args constructor for use in serializationSpecDescriptor(String description, String displayName, String path, String value, List<String> xDescriptors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SpecDescriptorBuilderedit()Map<String,Object>getAdditionalProperties()StringgetDescription()SpecDescriptor describes a field in a spec block of a CRD so that OLM can consume itStringgetDisplayName()SpecDescriptor describes a field in a spec block of a CRD so that OLM can consume itStringgetPath()SpecDescriptor describes a field in a spec block of a CRD so that OLM can consume itStringgetValue()SpecDescriptor describes a field in a spec block of a CRD so that OLM can consume itList<String>getXDescriptors()SpecDescriptor describes a field in a spec block of a CRD so that OLM can consume itvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetDescription(String description)SpecDescriptor describes a field in a spec block of a CRD so that OLM can consume itvoidsetDisplayName(String displayName)SpecDescriptor describes a field in a spec block of a CRD so that OLM can consume itvoidsetPath(String path)SpecDescriptor describes a field in a spec block of a CRD so that OLM can consume itvoidsetValue(String value)SpecDescriptor describes a field in a spec block of a CRD so that OLM can consume itvoidsetXDescriptors(List<String> xDescriptors)SpecDescriptor describes a field in a spec block of a CRD so that OLM can consume itSpecDescriptorBuildertoBuilder()
-
-
-
Method Detail
-
getDescription
public String getDescription()
SpecDescriptor describes a field in a spec block of a CRD so that OLM can consume it
-
setDescription
public void setDescription(String description)
SpecDescriptor describes a field in a spec block of a CRD so that OLM can consume it
-
getDisplayName
public String getDisplayName()
SpecDescriptor describes a field in a spec block of a CRD so that OLM can consume it
-
setDisplayName
public void setDisplayName(String displayName)
SpecDescriptor describes a field in a spec block of a CRD so that OLM can consume it
-
getPath
public String getPath()
SpecDescriptor describes a field in a spec block of a CRD so that OLM can consume it
-
setPath
public void setPath(String path)
SpecDescriptor describes a field in a spec block of a CRD so that OLM can consume it
-
getValue
public String getValue()
SpecDescriptor describes a field in a spec block of a CRD so that OLM can consume it
-
setValue
public void setValue(String value)
SpecDescriptor describes a field in a spec block of a CRD so that OLM can consume it
-
getXDescriptors
public List<String> getXDescriptors()
SpecDescriptor describes a field in a spec block of a CRD so that OLM can consume it
-
setXDescriptors
public void setXDescriptors(List<String> xDescriptors)
SpecDescriptor describes a field in a spec block of a CRD so that OLM can consume it
-
edit
public SpecDescriptorBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<SpecDescriptorBuilder>
-
toBuilder
public SpecDescriptorBuilder toBuilder()
-
-