Class ImageRegistryBundle
- java.lang.Object
-
- io.fabric8.openshift.api.model.machineconfiguration.v1.ImageRegistryBundle
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ImageRegistryBundleBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ImageRegistryBundle extends Object implements io.fabric8.kubernetes.api.builder.Editable<ImageRegistryBundleBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ImageRegistryBundle contains information for writing image registry certificates- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImageRegistryBundle()No args constructor for use in serializationImageRegistryBundle(String data, String file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageRegistryBundleBuilderedit()Map<String,Object>getAdditionalProperties()StringgetData()data holds the contents of the bundle that will be written to the file locationStringgetFile()file holds the name of the file where the bundle will be written to diskvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetData(String data)data holds the contents of the bundle that will be written to the file locationvoidsetFile(String file)file holds the name of the file where the bundle will be written to diskImageRegistryBundleBuildertoBuilder()
-
-
-
Method Detail
-
getData
public String getData()
data holds the contents of the bundle that will be written to the file location
-
setData
public void setData(String data)
data holds the contents of the bundle that will be written to the file location
-
getFile
public String getFile()
file holds the name of the file where the bundle will be written to disk
-
setFile
public void setFile(String file)
file holds the name of the file where the bundle will be written to disk
-
edit
public ImageRegistryBundleBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ImageRegistryBundleBuilder>
-
toBuilder
public ImageRegistryBundleBuilder toBuilder()
-
-