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() |
boolean |
equals(Object o) |
int |
hashCode() |
addAllToRawContent, addToRawContent, addToRawContent, getCompression, getContent, getContentKey, getContentRef, getContentType, getFirstRawContent, getLastRawContent, getMatchingRawContent, getMountPath, getName, getPath, getRawContent, getRawContent, getType, hasCompression, hasContent, hasContentKey, hasContentRef, hasContentType, hasMatchingRawContent, hasMountPath, hasName, hasPath, hasRawContent, hasType, removeAllFromRawContent, removeFromRawContent, setToRawContent, withCompression, withContent, withContentKey, withContentRef, withContentType, withMountPath, withName, withNewContent, withNewContentKey, withNewContentRef, withNewContentType, withNewMountPath, withNewName, withNewPath, withNewType, withPath, withRawContent, withRawContent, 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 ResourceSpec 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–2022 Red Hat. All rights reserved.