public class V1APIResourceBuilder extends V1APIResourceFluentImpl<V1APIResourceBuilder> implements VisitableBuilder<io.kubernetes.client.openapi.models.V1APIResource,V1APIResourceBuilder>
_visitables, VISIT
Constructor and Description |
---|
V1APIResourceBuilder() |
V1APIResourceBuilder(Boolean validationEnabled) |
V1APIResourceBuilder(io.kubernetes.client.openapi.models.V1APIResource instance) |
V1APIResourceBuilder(io.kubernetes.client.openapi.models.V1APIResource instance,
Boolean validationEnabled) |
V1APIResourceBuilder(V1APIResourceFluent<?> fluent) |
V1APIResourceBuilder(V1APIResourceFluent<?> fluent,
Boolean validationEnabled) |
V1APIResourceBuilder(V1APIResourceFluent<?> fluent,
io.kubernetes.client.openapi.models.V1APIResource instance) |
V1APIResourceBuilder(V1APIResourceFluent<?> fluent,
io.kubernetes.client.openapi.models.V1APIResource instance,
Boolean validationEnabled) |
Modifier and Type | Method and Description |
---|---|
io.kubernetes.client.openapi.models.V1APIResource |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
addAllToCategories, addAllToShortNames, addAllToVerbs, addNewCategory, addNewShortName, addNewVerb, addToCategories, addToCategories, addToShortNames, addToShortNames, addToVerbs, addToVerbs, getCategories, getCategory, getFirstCategory, getFirstShortName, getFirstVerb, getGroup, getKind, getLastCategory, getLastShortName, getLastVerb, getMatchingCategory, getMatchingShortName, getMatchingVerb, getName, getNamespaced, getShortName, getShortNames, getSingularName, getStorageVersionHash, getVerb, getVerbs, getVersion, hasCategories, hasGroup, hasKind, hasMatchingCategory, hasMatchingShortName, hasMatchingVerb, hasName, hasNamespaced, hasShortNames, hasSingularName, hasStorageVersionHash, hasVerbs, hasVersion, removeAllFromCategories, removeAllFromShortNames, removeAllFromVerbs, removeFromCategories, removeFromShortNames, removeFromVerbs, setToCategories, setToShortNames, setToVerbs, withCategories, withCategories, withGroup, withKind, withName, withNamespaced, withNewGroup, withNewKind, withNewName, withNewSingularName, withNewStorageVersionHash, withNewVersion, withShortNames, withShortNames, withSingularName, withStorageVersionHash, withVerbs, withVerbs, withVersion
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1APIResourceBuilder()
public V1APIResourceBuilder(Boolean validationEnabled)
public V1APIResourceBuilder(V1APIResourceFluent<?> fluent)
public V1APIResourceBuilder(V1APIResourceFluent<?> fluent, Boolean validationEnabled)
public V1APIResourceBuilder(V1APIResourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1APIResource instance)
public V1APIResourceBuilder(V1APIResourceFluent<?> fluent, io.kubernetes.client.openapi.models.V1APIResource instance, Boolean validationEnabled)
public V1APIResourceBuilder(io.kubernetes.client.openapi.models.V1APIResource instance)
public V1APIResourceBuilder(io.kubernetes.client.openapi.models.V1APIResource instance, Boolean validationEnabled)
public io.kubernetes.client.openapi.models.V1APIResource build()
public boolean equals(Object o)
equals
in class V1APIResourceFluentImpl<V1APIResourceBuilder>
public int hashCode()
hashCode
in class V1APIResourceFluentImpl<V1APIResourceBuilder>
Copyright © 2021. All rights reserved.