Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1beta1JSON |
V1beta1JSONSchemaProps.getDefault()
Get _default
|
V1beta1JSON |
V1beta1JSONSchemaProps.getExample()
Get example
|
V1beta1JSON |
V1beta1JSON.raw(byte[] raw) |
Modifier and Type | Method and Description |
---|---|
List<V1beta1JSON> |
V1beta1JSONSchemaProps.getEnum()
Get _enum
|
Modifier and Type | Method and Description |
---|---|
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps._default(V1beta1JSON _default) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.addEnumItem(V1beta1JSON _enumItem) |
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps.example(V1beta1JSON example) |
void |
V1beta1JSONSchemaProps.setDefault(V1beta1JSON _default) |
void |
V1beta1JSONSchemaProps.setExample(V1beta1JSON example) |
Modifier and Type | Method and Description |
---|---|
V1beta1JSONSchemaProps |
V1beta1JSONSchemaProps._enum(List<V1beta1JSON> _enum) |
void |
V1beta1JSONSchemaProps.setEnum(List<V1beta1JSON> _enum) |
Copyright © 2018. All rights reserved.