public static interface Meta.WatchEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Runtime.RawExtension |
getObject()
Object is:
* If Type is Added or Modified: the new state of the object.
|
Runtime.RawExtensionOrBuilder |
getObjectOrBuilder()
Object is:
* If Type is Added or Modified: the new state of the object.
|
String |
getType()
optional string type = 1; |
com.google.protobuf.ByteString |
getTypeBytes()
optional string type = 1; |
boolean |
hasObject()
Object is:
* If Type is Added or Modified: the new state of the object.
|
boolean |
hasType()
optional string type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
optional string type = 1;String getType()
optional string type = 1;com.google.protobuf.ByteString getTypeBytes()
optional string type = 1;boolean hasObject()
Object is:
* If Type is Added or Modified: the new state of the object.
* If Type is Deleted: the state of the object immediately before deletion.
* If Type is Error: *Status is recommended; other types may make sense
depending on context.
optional .k8s.io.apimachinery.pkg.runtime.RawExtension object = 2;Runtime.RawExtension getObject()
Object is:
* If Type is Added or Modified: the new state of the object.
* If Type is Deleted: the state of the object immediately before deletion.
* If Type is Error: *Status is recommended; other types may make sense
depending on context.
optional .k8s.io.apimachinery.pkg.runtime.RawExtension object = 2;Runtime.RawExtensionOrBuilder getObjectOrBuilder()
Object is:
* If Type is Added or Modified: the new state of the object.
* If Type is Deleted: the state of the object immediately before deletion.
* If Type is Error: *Status is recommended; other types may make sense
depending on context.
optional .k8s.io.apimachinery.pkg.runtime.RawExtension object = 2;Copyright © 2021. All rights reserved.