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 AdmissionRequest.
optional string uid = 1;String getUid()
`uid` is an identifier for the individual request/response. This should be copied over from the corresponding AdmissionRequest.
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 AdmissionRequest.
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 ConversionRequest.desiredAPIVersion. The list must also has the same size as input list with the same objects in the same order(i.e. equal UIDs and object meta)
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 ConversionRequest.desiredAPIVersion. The list must also has the same size as input list with the same objects in the same order(i.e. equal UIDs and object meta)
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 ConversionRequest.desiredAPIVersion. The list must also has the same size as input list with the same objects in the same order(i.e. equal UIDs and object meta)
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 ConversionRequest.desiredAPIVersion. The list must also has the same size as input list with the same objects in the same order(i.e. equal UIDs and object meta)
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 ConversionRequest.desiredAPIVersion. The list must also has the same size as input list with the same objects in the same order(i.e. equal UIDs and object meta)
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 represent 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 represent 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 represent 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 © 2020. All rights reserved.