public class KubeSchema extends Object
| Constructor and Description |
|---|
KubeSchema()
No args constructor for use in serialization
|
KubeSchema(FlowSchema v1beta1FlowSchema,
FlowSchemaList v1beta1FlowSchemaList,
PriorityLevelConfiguration v1beta1PriorityLevelConfiguration,
PriorityLevelConfigurationList v1beta1PriorityLevelConfigurationList) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
FlowSchema |
getV1beta1FlowSchema() |
FlowSchemaList |
getV1beta1FlowSchemaList() |
PriorityLevelConfiguration |
getV1beta1PriorityLevelConfiguration() |
PriorityLevelConfigurationList |
getV1beta1PriorityLevelConfigurationList() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setV1beta1FlowSchema(FlowSchema v1beta1FlowSchema) |
void |
setV1beta1FlowSchemaList(FlowSchemaList v1beta1FlowSchemaList) |
void |
setV1beta1PriorityLevelConfiguration(PriorityLevelConfiguration v1beta1PriorityLevelConfiguration) |
void |
setV1beta1PriorityLevelConfigurationList(PriorityLevelConfigurationList v1beta1PriorityLevelConfigurationList) |
public KubeSchema()
public KubeSchema(FlowSchema v1beta1FlowSchema, FlowSchemaList v1beta1FlowSchemaList, PriorityLevelConfiguration v1beta1PriorityLevelConfiguration, PriorityLevelConfigurationList v1beta1PriorityLevelConfigurationList)
v1beta1FlowSchemaList - v1beta1PriorityLevelConfigurationList - v1beta1FlowSchema - v1beta1PriorityLevelConfiguration - public FlowSchema getV1beta1FlowSchema()
public void setV1beta1FlowSchema(FlowSchema v1beta1FlowSchema)
public FlowSchemaList getV1beta1FlowSchemaList()
public void setV1beta1FlowSchemaList(FlowSchemaList v1beta1FlowSchemaList)
public PriorityLevelConfiguration getV1beta1PriorityLevelConfiguration()
public void setV1beta1PriorityLevelConfiguration(PriorityLevelConfiguration v1beta1PriorityLevelConfiguration)
public PriorityLevelConfigurationList getV1beta1PriorityLevelConfigurationList()
public void setV1beta1PriorityLevelConfigurationList(PriorityLevelConfigurationList v1beta1PriorityLevelConfigurationList)
Copyright © 2015–2021 Red Hat. All rights reserved.