Class BundleLookup
- java.lang.Object
-
- io.fabric8.openshift.api.model.operatorhub.v1alpha1.BundleLookup
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<BundleLookupBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class BundleLookup extends Object implements io.fabric8.kubernetes.api.builder.Editable<BundleLookupBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
BundleLookup is a request to pull and unpackage the content of a bundle to the cluster.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BundleLookup()No args constructor for use in serializationBundleLookup(io.fabric8.kubernetes.api.model.ObjectReference catalogSourceRef, List<BundleLookupCondition> conditions, String identifier, String path, String properties, String replaces)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BundleLookupBuilderedit()Map<String,Object>getAdditionalProperties()io.fabric8.kubernetes.api.model.ObjectReferencegetCatalogSourceRef()BundleLookup is a request to pull and unpackage the content of a bundle to the cluster.List<BundleLookupCondition>getConditions()Conditions represents the overall state of a BundleLookup.StringgetIdentifier()Identifier is the catalog-unique name of the operator (the name of the CSV for bundles that contain CSVs)StringgetPath()Path refers to the location of a bundle to pull.StringgetProperties()The effective properties of the unpacked bundle.StringgetReplaces()Replaces is the name of the bundle to replace with the one found at Path.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetCatalogSourceRef(io.fabric8.kubernetes.api.model.ObjectReference catalogSourceRef)BundleLookup is a request to pull and unpackage the content of a bundle to the cluster.voidsetConditions(List<BundleLookupCondition> conditions)Conditions represents the overall state of a BundleLookup.voidsetIdentifier(String identifier)Identifier is the catalog-unique name of the operator (the name of the CSV for bundles that contain CSVs)voidsetPath(String path)Path refers to the location of a bundle to pull.voidsetProperties(String properties)The effective properties of the unpacked bundle.voidsetReplaces(String replaces)Replaces is the name of the bundle to replace with the one found at Path.BundleLookupBuildertoBuilder()
-
-
-
Method Detail
-
getCatalogSourceRef
public io.fabric8.kubernetes.api.model.ObjectReference getCatalogSourceRef()
BundleLookup is a request to pull and unpackage the content of a bundle to the cluster.
-
setCatalogSourceRef
public void setCatalogSourceRef(io.fabric8.kubernetes.api.model.ObjectReference catalogSourceRef)
BundleLookup is a request to pull and unpackage the content of a bundle to the cluster.
-
getConditions
public List<BundleLookupCondition> getConditions()
Conditions represents the overall state of a BundleLookup.
-
setConditions
public void setConditions(List<BundleLookupCondition> conditions)
Conditions represents the overall state of a BundleLookup.
-
getIdentifier
public String getIdentifier()
Identifier is the catalog-unique name of the operator (the name of the CSV for bundles that contain CSVs)
-
setIdentifier
public void setIdentifier(String identifier)
Identifier is the catalog-unique name of the operator (the name of the CSV for bundles that contain CSVs)
-
getPath
public String getPath()
Path refers to the location of a bundle to pull. It's typically an image reference.
-
setPath
public void setPath(String path)
Path refers to the location of a bundle to pull. It's typically an image reference.
-
getProperties
public String getProperties()
The effective properties of the unpacked bundle.
-
setProperties
public void setProperties(String properties)
The effective properties of the unpacked bundle.
-
getReplaces
public String getReplaces()
Replaces is the name of the bundle to replace with the one found at Path.
-
setReplaces
public void setReplaces(String replaces)
Replaces is the name of the bundle to replace with the one found at Path.
-
edit
public BundleLookupBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<BundleLookupBuilder>
-
toBuilder
public BundleLookupBuilder toBuilder()
-
-