Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::CheckAutopilotCompatibilityResponse.
CheckAutopilotCompatibilityResponse has a list of compatibility issues.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#issues
def issues() -> ::Array<::Google::Cloud::Container::V1::AutopilotCompatibilityIssue>
Returns
- (::Array<::Google::Cloud::Container::V1::AutopilotCompatibilityIssue>) — The list of issues for the given operation.
#issues=
def issues=(value) -> ::Array<::Google::Cloud::Container::V1::AutopilotCompatibilityIssue>
Parameter
- value (::Array<::Google::Cloud::Container::V1::AutopilotCompatibilityIssue>) — The list of issues for the given operation.
Returns
- (::Array<::Google::Cloud::Container::V1::AutopilotCompatibilityIssue>) — The list of issues for the given operation.
#summary
def summary() -> ::String
Returns
- (::String) — The summary of the autopilot compatibility response.
#summary=
def summary=(value) -> ::String
Parameter
- value (::String) — The summary of the autopilot compatibility response.
Returns
- (::String) — The summary of the autopilot compatibility response.