public class ResourceSpecBuilder extends ResourceSpecFluentImpl<ResourceSpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ResourceSpec,ResourceSpecBuilder>
| Constructor and Description |
|---|
ResourceSpecBuilder() |
ResourceSpecBuilder(Boolean validationEnabled) |
ResourceSpecBuilder(ResourceSpec instance) |
ResourceSpecBuilder(ResourceSpec instance,
Boolean validationEnabled) |
ResourceSpecBuilder(ResourceSpecFluent<?> fluent) |
ResourceSpecBuilder(ResourceSpecFluent<?> fluent,
Boolean validationEnabled) |
ResourceSpecBuilder(ResourceSpecFluent<?> fluent,
ResourceSpec instance) |
ResourceSpecBuilder(ResourceSpecFluent<?> fluent,
ResourceSpec instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
ResourceSpec |
build() |
equals, getCompression, getContent, getContentKey, getContentRef, getContentType, getMountPath, getName, getPath, getRawContent, getType, hasCompression, hasContent, hasContentKey, hasContentRef, hasContentType, hashCode, hasMountPath, hasName, hasPath, hasRawContent, hasType, toString, withCompression, withCompression, withContent, withContentKey, withContentRef, withContentType, withMountPath, withName, withPath, withRawContent, withTypeaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ResourceSpecBuilder()
public ResourceSpecBuilder(Boolean validationEnabled)
public ResourceSpecBuilder(ResourceSpecFluent<?> fluent)
public ResourceSpecBuilder(ResourceSpecFluent<?> fluent, Boolean validationEnabled)
public ResourceSpecBuilder(ResourceSpecFluent<?> fluent, ResourceSpec instance)
public ResourceSpecBuilder(ResourceSpecFluent<?> fluent, ResourceSpec instance, Boolean validationEnabled)
public ResourceSpecBuilder(ResourceSpec instance)
public ResourceSpecBuilder(ResourceSpec instance, Boolean validationEnabled)
public ResourceSpec build()
build in interface io.fabric8.kubernetes.api.builder.Builder<ResourceSpec>Copyright © 2015–2023 Red Hat. All rights reserved.