Class Metadata
- java.lang.Object
-
- io.fabric8.openshift.api.model.installer.aws.v1.Metadata
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<MetadataBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class Metadata extends Object implements io.fabric8.kubernetes.api.builder.Editable<MetadataBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
Metadata contains AWS metadata (e.g. for uninstalling the cluster).- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetadataBuilderedit()Map<String,Object>getAdditionalProperties()StringgetClusterDomain()ClusterDomain is the domain for the cluster.StringgetHostedZoneRole()HostedZoneRole is the role to assume when performing operations on a hosted zone owned by another account.List<Map<String,String>>getIdentifier()Identifier holds a slice of filter maps.StringgetRegion()Metadata contains AWS metadata (e.g. for uninstalling the cluster).List<ServiceEndpoint>getServiceEndpoints()ServiceEndpoints list contains custom endpoints which will override default service endpoint of AWS Services.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetClusterDomain(String clusterDomain)ClusterDomain is the domain for the cluster.voidsetHostedZoneRole(String hostedZoneRole)HostedZoneRole is the role to assume when performing operations on a hosted zone owned by another account.voidsetIdentifier(List<Map<String,String>> identifier)Identifier holds a slice of filter maps.voidsetRegion(String region)Metadata contains AWS metadata (e.g. for uninstalling the cluster).voidsetServiceEndpoints(List<ServiceEndpoint> serviceEndpoints)ServiceEndpoints list contains custom endpoints which will override default service endpoint of AWS Services.MetadataBuildertoBuilder()
-
-
-
Method Detail
-
getClusterDomain
public String getClusterDomain()
ClusterDomain is the domain for the cluster.
-
setClusterDomain
public void setClusterDomain(String clusterDomain)
ClusterDomain is the domain for the cluster.
-
getHostedZoneRole
public String getHostedZoneRole()
HostedZoneRole is the role to assume when performing operations on a hosted zone owned by another account.
-
setHostedZoneRole
public void setHostedZoneRole(String hostedZoneRole)
HostedZoneRole is the role to assume when performing operations on a hosted zone owned by another account.
-
getIdentifier
public List<Map<String,String>> getIdentifier()
Identifier holds a slice of filter maps. The maps hold the key/value pairs for the tags we will be matching against. A resource matches the map if all of the key/value pairs are in its tags. A resource matches Identifier if it matches any of the maps.
-
setIdentifier
public void setIdentifier(List<Map<String,String>> identifier)
Identifier holds a slice of filter maps. The maps hold the key/value pairs for the tags we will be matching against. A resource matches the map if all of the key/value pairs are in its tags. A resource matches Identifier if it matches any of the maps.
-
getRegion
public String getRegion()
Metadata contains AWS metadata (e.g. for uninstalling the cluster).
-
setRegion
public void setRegion(String region)
Metadata contains AWS metadata (e.g. for uninstalling the cluster).
-
getServiceEndpoints
public List<ServiceEndpoint> getServiceEndpoints()
ServiceEndpoints list contains custom endpoints which will override default service endpoint of AWS Services. There must be only one ServiceEndpoint for a service.
-
setServiceEndpoints
public void setServiceEndpoints(List<ServiceEndpoint> serviceEndpoints)
ServiceEndpoints list contains custom endpoints which will override default service endpoint of AWS Services. There must be only one ServiceEndpoint for a service.
-
edit
public MetadataBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<MetadataBuilder>
-
toBuilder
public MetadataBuilder toBuilder()
-
-