Class PlatformBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.azure.v1.PlatformFluent<PlatformBuilder>
-
- io.fabric8.openshift.api.model.hive.azure.v1.PlatformBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<Platform>,io.fabric8.kubernetes.api.builder.Visitable<PlatformBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<Platform,PlatformBuilder>
public class PlatformBuilder extends PlatformFluent<PlatformBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Platform,PlatformBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.hive.azure.v1.PlatformFluent
PlatformFluent.CredentialsSecretRefNested<N>
-
-
Constructor Summary
Constructors Constructor Description PlatformBuilder()PlatformBuilder(Platform instance)PlatformBuilder(PlatformFluent<?> fluent)PlatformBuilder(PlatformFluent<?> fluent, Platform instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Platformbuild()-
Methods inherited from class io.fabric8.openshift.api.model.hive.azure.v1.PlatformFluent
addToAdditionalProperties, addToAdditionalProperties, buildCredentialsSecretRef, copyInstance, editCredentialsSecretRef, editOrNewCredentialsSecretRef, editOrNewCredentialsSecretRefLike, equals, getAdditionalProperties, getBaseDomainResourceGroupName, getCloudName, getRegion, hasAdditionalProperties, hasBaseDomainResourceGroupName, hasCloudName, hasCredentialsSecretRef, hashCode, hasRegion, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withBaseDomainResourceGroupName, withCloudName, withCredentialsSecretRef, withNewCredentialsSecretRef, withNewCredentialsSecretRef, withNewCredentialsSecretRefLike, withRegion
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
PlatformBuilder
public PlatformBuilder()
-
PlatformBuilder
public PlatformBuilder(PlatformFluent<?> fluent)
-
PlatformBuilder
public PlatformBuilder(PlatformFluent<?> fluent, Platform instance)
-
PlatformBuilder
public PlatformBuilder(Platform instance)
-
-