Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
RuntimeRawExtension |
V1beta1ControllerRevision.getData()
Data is the serialized representation of the state.
|
RuntimeRawExtension |
V1beta2ControllerRevision.getData()
Data is the serialized representation of the state.
|
RuntimeRawExtension |
V1WatchEvent.getObject()
Object is: * If Type is Added or Modified: the new state of the object.
|
RuntimeRawExtension |
RuntimeRawExtension.raw(byte[] raw) |
Modifier and Type | Method and Description |
---|---|
V1beta1ControllerRevision |
V1beta1ControllerRevision.data(RuntimeRawExtension data) |
V1beta2ControllerRevision |
V1beta2ControllerRevision.data(RuntimeRawExtension data) |
V1WatchEvent |
V1WatchEvent.object(RuntimeRawExtension object) |
void |
V1beta1ControllerRevision.setData(RuntimeRawExtension data) |
void |
V1beta2ControllerRevision.setData(RuntimeRawExtension data) |
void |
V1WatchEvent.setObject(RuntimeRawExtension object) |
Copyright © 2018. All rights reserved.