Class MetadataBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.installer.ibmcloud.v1.MetadataFluent<MetadataBuilder>
-
- io.fabric8.openshift.api.model.installer.ibmcloud.v1.MetadataBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<Metadata>,io.fabric8.kubernetes.api.builder.Visitable<MetadataBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<Metadata,MetadataBuilder>
public class MetadataBuilder extends MetadataFluent<MetadataBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Metadata,MetadataBuilder>
-
-
Constructor Summary
Constructors Constructor Description MetadataBuilder()MetadataBuilder(Metadata instance)MetadataBuilder(MetadataFluent<?> fluent)MetadataBuilder(MetadataFluent<?> fluent, Metadata instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Metadatabuild()-
Methods inherited from class io.fabric8.openshift.api.model.installer.ibmcloud.v1.MetadataFluent
addAllToServiceEndpoints, addAllToSubnets, addNewServiceEndpoint, addToAdditionalProperties, addToAdditionalProperties, addToServiceEndpoints, addToServiceEndpoints, addToSubnets, addToSubnets, copyInstance, equals, getAccountID, getAdditionalProperties, getBaseDomain, getCisInstanceCRN, getDnsInstanceID, getFirstServiceEndpoint, getFirstSubnet, getLastServiceEndpoint, getLastSubnet, getMatchingServiceEndpoint, getMatchingSubnet, getRegion, getResourceGroupName, getServiceEndpoint, getServiceEndpoints, getSubnet, getSubnets, getVpc, hasAccountID, hasAdditionalProperties, hasBaseDomain, hasCisInstanceCRN, hasDnsInstanceID, hashCode, hasMatchingServiceEndpoint, hasMatchingSubnet, hasRegion, hasResourceGroupName, hasServiceEndpoints, hasSubnets, hasVpc, removeAllFromServiceEndpoints, removeAllFromSubnets, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromServiceEndpoints, removeFromSubnets, setToServiceEndpoints, setToSubnets, toString, withAccountID, withAdditionalProperties, withBaseDomain, withCisInstanceCRN, withDnsInstanceID, withRegion, withResourceGroupName, withServiceEndpoints, withServiceEndpoints, withSubnets, withSubnets, withVpc
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
MetadataBuilder
public MetadataBuilder()
-
MetadataBuilder
public MetadataBuilder(MetadataFluent<?> fluent)
-
MetadataBuilder
public MetadataBuilder(Metadata instance)
-
MetadataBuilder
public MetadataBuilder(MetadataFluent<?> fluent, Metadata instance)
-
-