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 |
|---|---|
EditableResourceSpec |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
getCompression, getContent, getContentKey, getContentRef, getMountPath, getName, getType, hasCompression, hasContent, hasContentKey, hasContentRef, hasMountPath, hasName, hasType, withCompression, withContent, withContentKey, withContentRef, withMountPath, withName, withNewContent, withNewContentKey, withNewContentRef, withNewMountPath, withNewName, withNewType, withTypeaccept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic 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 EditableResourceSpec build()
build in interface io.fabric8.kubernetes.api.builder.Builder<ResourceSpec>public boolean equals(Object o)
equals in class ResourceSpecFluentImpl<ResourceSpecBuilder>public int hashCode()
hashCode in class ResourceSpecFluentImpl<ResourceSpecBuilder>Copyright © 2015–2020 Red Hat. All rights reserved.