public static interface V1beta1Apiextensions.ConversionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDesiredAPIVersion()
`desiredAPIVersion` is the version to convert given objects to.
|
com.google.protobuf.ByteString |
getDesiredAPIVersionBytes()
`desiredAPIVersion` is the version to convert given objects to.
|
Runtime.RawExtension |
getObjects(int index)
`objects` is the list of CR objects to be converted.
|
int |
getObjectsCount()
`objects` is the list of CR objects to be converted.
|
List<Runtime.RawExtension> |
getObjectsList()
`objects` is the list of CR objects to be converted.
|
Runtime.RawExtensionOrBuilder |
getObjectsOrBuilder(int index)
`objects` is the list of CR objects to be converted.
|
List<? extends Runtime.RawExtensionOrBuilder> |
getObjectsOrBuilderList()
`objects` is the list of CR objects to be converted.
|
String |
getUid()
`uid` is an identifier for the individual request/response.
|
com.google.protobuf.ByteString |
getUidBytes()
`uid` is an identifier for the individual request/response.
|
boolean |
hasDesiredAPIVersion()
`desiredAPIVersion` is the version to convert given objects to.
|
boolean |
hasUid()
`uid` is an identifier for the individual request/response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasUid()
`uid` is an identifier for the individual request/response. It allows us to distinguish instances of requests which are otherwise identical (parallel requests, requests when earlier requests did not modify etc) The UID is meant to track the round trip (request/response) between the KAS and the WebHook, not the user request. It is suitable for correlating log entries between the webhook and apiserver, for either auditing or debugging.
optional string uid = 1;String getUid()
`uid` is an identifier for the individual request/response. It allows us to distinguish instances of requests which are otherwise identical (parallel requests, requests when earlier requests did not modify etc) The UID is meant to track the round trip (request/response) between the KAS and the WebHook, not the user request. It is suitable for correlating log entries between the webhook and apiserver, for either auditing or debugging.
optional string uid = 1;com.google.protobuf.ByteString getUidBytes()
`uid` is an identifier for the individual request/response. It allows us to distinguish instances of requests which are otherwise identical (parallel requests, requests when earlier requests did not modify etc) The UID is meant to track the round trip (request/response) between the KAS and the WebHook, not the user request. It is suitable for correlating log entries between the webhook and apiserver, for either auditing or debugging.
optional string uid = 1;boolean hasDesiredAPIVersion()
`desiredAPIVersion` is the version to convert given objects to. e.g. "myapi.example.com/v1"
optional string desiredAPIVersion = 2;String getDesiredAPIVersion()
`desiredAPIVersion` is the version to convert given objects to. e.g. "myapi.example.com/v1"
optional string desiredAPIVersion = 2;com.google.protobuf.ByteString getDesiredAPIVersionBytes()
`desiredAPIVersion` is the version to convert given objects to. e.g. "myapi.example.com/v1"
optional string desiredAPIVersion = 2;List<Runtime.RawExtension> getObjectsList()
`objects` is the list of CR objects to be converted.
repeated .k8s.io.apimachinery.pkg.runtime.RawExtension objects = 3;Runtime.RawExtension getObjects(int index)
`objects` is the list of CR objects to be converted.
repeated .k8s.io.apimachinery.pkg.runtime.RawExtension objects = 3;int getObjectsCount()
`objects` is the list of CR objects to be converted.
repeated .k8s.io.apimachinery.pkg.runtime.RawExtension objects = 3;List<? extends Runtime.RawExtensionOrBuilder> getObjectsOrBuilderList()
`objects` is the list of CR objects to be converted.
repeated .k8s.io.apimachinery.pkg.runtime.RawExtension objects = 3;Runtime.RawExtensionOrBuilder getObjectsOrBuilder(int index)
`objects` is the list of CR objects to be converted.
repeated .k8s.io.apimachinery.pkg.runtime.RawExtension objects = 3;Copyright © 2019. All rights reserved.