public class CustomResourceConfigFluentImpl<A extends CustomResourceConfigFluent<A>> extends ConfigurationFluentImpl<A> implements CustomResourceConfigFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CustomResourceConfigFluentImpl.ScaleNestedImpl<N> |
ConfigurationFluentImpl.ProjectNestedImpl<N>CustomResourceConfigFluent.ScaleNested<N>ConfigurationFluent.ProjectNested<N>| Constructor and Description |
|---|
CustomResourceConfigFluentImpl() |
CustomResourceConfigFluentImpl(CustomResourceConfig instance) |
addToAttributes, addToAttributes, buildProject, editOrNewProject, editOrNewProjectLike, editProject, getAttributes, getProject, hasAttributes, hasProject, removeFromAttributes, removeFromAttributes, withAttributes, withNewProject, withNewProjectLike, withProjectaccept, accept, aggregate, aggregate, build, build, builderOfclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddToAttributes, addToAttributes, buildProject, editOrNewProject, editOrNewProjectLike, editProject, getAttributes, getProject, hasAttributes, hasProject, removeFromAttributes, removeFromAttributes, withAttributes, withNewProject, withNewProjectLike, withProjectpublic CustomResourceConfigFluentImpl()
public CustomResourceConfigFluentImpl(CustomResourceConfig instance)
public String getGroup()
getGroup in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withGroup(String group)
withGroup in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public Boolean hasGroup()
hasGroup in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withNewGroup(String arg1)
withNewGroup in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withNewGroup(StringBuilder arg1)
withNewGroup in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withNewGroup(StringBuffer arg1)
withNewGroup in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public String getKind()
getKind in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withKind(String kind)
withKind in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public Boolean hasKind()
hasKind in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withNewKind(String arg1)
withNewKind in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withNewKind(StringBuilder arg1)
withNewKind in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withNewKind(StringBuffer arg1)
withNewKind in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public String getName()
getName in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withName(String name)
withName in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public Boolean hasName()
hasName in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withNewName(String arg1)
withNewName in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withNewName(StringBuilder arg1)
withNewName in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withNewName(StringBuffer arg1)
withNewName in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public String getPlural()
getPlural in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withPlural(String plural)
withPlural in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public Boolean hasPlural()
hasPlural in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withNewPlural(String arg1)
withNewPlural in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withNewPlural(StringBuilder arg1)
withNewPlural in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withNewPlural(StringBuffer arg1)
withNewPlural in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public String getShortName()
getShortName in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withShortName(String shortName)
withShortName in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public Boolean hasShortName()
hasShortName in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withNewShortName(String arg1)
withNewShortName in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withNewShortName(StringBuilder arg1)
withNewShortName in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withNewShortName(StringBuffer arg1)
withNewShortName in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public String getVersion()
getVersion in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withVersion(String version)
withVersion in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public Boolean hasVersion()
hasVersion in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withNewVersion(String arg1)
withNewVersion in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withNewVersion(StringBuilder arg1)
withNewVersion in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withNewVersion(StringBuffer arg1)
withNewVersion in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public boolean isServed()
isServed in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withServed(boolean served)
withServed in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public Boolean hasServed()
hasServed in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public boolean isStorage()
isStorage in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withStorage(boolean storage)
withStorage in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public Boolean hasStorage()
hasStorage in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public Scope getScope()
getScope in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withScope(Scope scope)
withScope in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public Boolean hasScope()
hasScope in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>@Deprecated public Scale getScale()
getScale in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public Scale buildScale()
buildScale in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withScale(Scale scale)
withScale in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public Boolean hasScale()
hasScale in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withNewScale(String specReplicasPath, String statusReplicasPath, String labelSelectorPath)
withNewScale in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public CustomResourceConfigFluent.ScaleNested<A> withNewScale()
withNewScale in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public CustomResourceConfigFluent.ScaleNested<A> withNewScaleLike(Scale item)
withNewScaleLike in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public CustomResourceConfigFluent.ScaleNested<A> editScale()
editScale in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public CustomResourceConfigFluent.ScaleNested<A> editOrNewScale()
editOrNewScale in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public CustomResourceConfigFluent.ScaleNested<A> editOrNewScaleLike(Scale item)
editOrNewScaleLike in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public String getStatusClassName()
getStatusClassName in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withStatusClassName(String statusClassName)
withStatusClassName in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public Boolean hasStatusClassName()
hasStatusClassName in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withNewStatusClassName(String arg1)
withNewStatusClassName in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withNewStatusClassName(StringBuilder arg1)
withNewStatusClassName in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public A withNewStatusClassName(StringBuffer arg1)
withNewStatusClassName in interface CustomResourceConfigFluent<A extends CustomResourceConfigFluent<A>>public boolean equals(Object o)
equals in class ConfigurationFluentImpl<A extends CustomResourceConfigFluent<A>>public int hashCode()
hashCode in class ConfigurationFluentImpl<A extends CustomResourceConfigFluent<A>>Copyright © 2018–2021 Red Hat. All rights reserved.