public static interface V1beta1Apiextensions.ConversionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Runtime.RawExtension |
getConvertedObjects(int index)
convertedObjects is the list of converted version of `request.objects` if the `result` is successful, otherwise empty.
|
int |
getConvertedObjectsCount()
convertedObjects is the list of converted version of `request.objects` if the `result` is successful, otherwise empty.
|
List<Runtime.RawExtension> |
getConvertedObjectsList()
convertedObjects is the list of converted version of `request.objects` if the `result` is successful, otherwise empty.
|
Runtime.RawExtensionOrBuilder |
getConvertedObjectsOrBuilder(int index)
convertedObjects is the list of converted version of `request.objects` if the `result` is successful, otherwise empty.
|
List<? extends Runtime.RawExtensionOrBuilder> |
getConvertedObjectsOrBuilderList()
convertedObjects is the list of converted version of `request.objects` if the `result` is successful, otherwise empty.
|
Meta.Status |
getResult()
result contains the result of conversion with extra details if the conversion failed.
|
Meta.StatusOrBuilder |
getResultOrBuilder()
result contains the result of conversion with extra details if the conversion failed.
|
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 |
hasResult()
result contains the result of conversion with extra details if the conversion failed.
|
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. This should be copied over from the corresponding `request.uid`.
optional string uid = 1;String getUid()
uid is an identifier for the individual request/response. This should be copied over from the corresponding `request.uid`.
optional string uid = 1;com.google.protobuf.ByteString getUidBytes()
uid is an identifier for the individual request/response. This should be copied over from the corresponding `request.uid`.
optional string uid = 1;List<Runtime.RawExtension> getConvertedObjectsList()
convertedObjects is the list of converted version of `request.objects` if the `result` is successful, otherwise empty. The webhook is expected to set `apiVersion` of these objects to the `request.desiredAPIVersion`. The list must also have the same size as the input list with the same objects in the same order (equal kind, metadata.uid, metadata.name and metadata.namespace). The webhook is allowed to mutate labels and annotations. Any other change to the metadata is silently ignored.
repeated .k8s.io.apimachinery.pkg.runtime.RawExtension convertedObjects = 2;Runtime.RawExtension getConvertedObjects(int index)
convertedObjects is the list of converted version of `request.objects` if the `result` is successful, otherwise empty. The webhook is expected to set `apiVersion` of these objects to the `request.desiredAPIVersion`. The list must also have the same size as the input list with the same objects in the same order (equal kind, metadata.uid, metadata.name and metadata.namespace). The webhook is allowed to mutate labels and annotations. Any other change to the metadata is silently ignored.
repeated .k8s.io.apimachinery.pkg.runtime.RawExtension convertedObjects = 2;int getConvertedObjectsCount()
convertedObjects is the list of converted version of `request.objects` if the `result` is successful, otherwise empty. The webhook is expected to set `apiVersion` of these objects to the `request.desiredAPIVersion`. The list must also have the same size as the input list with the same objects in the same order (equal kind, metadata.uid, metadata.name and metadata.namespace). The webhook is allowed to mutate labels and annotations. Any other change to the metadata is silently ignored.
repeated .k8s.io.apimachinery.pkg.runtime.RawExtension convertedObjects = 2;List<? extends Runtime.RawExtensionOrBuilder> getConvertedObjectsOrBuilderList()
convertedObjects is the list of converted version of `request.objects` if the `result` is successful, otherwise empty. The webhook is expected to set `apiVersion` of these objects to the `request.desiredAPIVersion`. The list must also have the same size as the input list with the same objects in the same order (equal kind, metadata.uid, metadata.name and metadata.namespace). The webhook is allowed to mutate labels and annotations. Any other change to the metadata is silently ignored.
repeated .k8s.io.apimachinery.pkg.runtime.RawExtension convertedObjects = 2;Runtime.RawExtensionOrBuilder getConvertedObjectsOrBuilder(int index)
convertedObjects is the list of converted version of `request.objects` if the `result` is successful, otherwise empty. The webhook is expected to set `apiVersion` of these objects to the `request.desiredAPIVersion`. The list must also have the same size as the input list with the same objects in the same order (equal kind, metadata.uid, metadata.name and metadata.namespace). The webhook is allowed to mutate labels and annotations. Any other change to the metadata is silently ignored.
repeated .k8s.io.apimachinery.pkg.runtime.RawExtension convertedObjects = 2;boolean hasResult()
result contains the result of conversion with extra details if the conversion failed. `result.status` determines if the conversion failed or succeeded. The `result.status` field is required and represents the success or failure of the conversion. A successful conversion must set `result.status` to `Success`. A failed conversion must set `result.status` to `Failure` and provide more details in `result.message` and return http status 200. The `result.message` will be used to construct an error message for the end user.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Status result = 3;Meta.Status getResult()
result contains the result of conversion with extra details if the conversion failed. `result.status` determines if the conversion failed or succeeded. The `result.status` field is required and represents the success or failure of the conversion. A successful conversion must set `result.status` to `Success`. A failed conversion must set `result.status` to `Failure` and provide more details in `result.message` and return http status 200. The `result.message` will be used to construct an error message for the end user.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Status result = 3;Meta.StatusOrBuilder getResultOrBuilder()
result contains the result of conversion with extra details if the conversion failed. `result.status` determines if the conversion failed or succeeded. The `result.status` field is required and represents the success or failure of the conversion. A successful conversion must set `result.status` to `Success`. A failed conversion must set `result.status` to `Failure` and provide more details in `result.message` and return http status 200. The `result.message` will be used to construct an error message for the end user.
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Status result = 3;Copyright © 2023. All rights reserved.