@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-05-06T16:45:00.555Z[Etc/UTC]") public class V1CustomResourceSubresources extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_SCALE |
static String |
SERIALIZED_NAME_STATUS |
Constructor and Description |
---|
V1CustomResourceSubresources() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
V1CustomResourceSubresourceScale |
getScale()
Get scale
|
Object |
getStatus()
status indicates the custom resource should serve a `/status` subresource.
|
int |
hashCode() |
V1CustomResourceSubresources |
scale(V1CustomResourceSubresourceScale scale) |
void |
setScale(V1CustomResourceSubresourceScale scale) |
void |
setStatus(Object status) |
V1CustomResourceSubresources |
status(Object status) |
String |
toString() |
public static final String SERIALIZED_NAME_SCALE
public static final String SERIALIZED_NAME_STATUS
public V1CustomResourceSubresources scale(V1CustomResourceSubresourceScale scale)
@Nullable public V1CustomResourceSubresourceScale getScale()
public void setScale(V1CustomResourceSubresourceScale scale)
public V1CustomResourceSubresources status(Object status)
@Nullable public Object getStatus()
public void setStatus(Object status)
Copyright © 2022. All rights reserved.