Navigation :
Getting Started
Concepts
Setup
Guides Overview
Operations
Reference
-
Command-Line Reference
-
API Reference
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
--
-- access_logging.proto
-- access_policy.proto
-- certificate_request.proto
-- failover_service.proto
-- http.proto
-- issued_certificate.proto
-- mesh.proto
-- networking_extensions.proto
-- pod_bounce_directive.proto
-- request_matchers.proto
-- role.proto
-- selectors.proto
-- settings.proto
-- traffic_policy.proto
-- traffic_target.proto
-- validation_state.proto
-- virtual_destination.proto
-- virtual_mesh.proto
-- wasm_deployment.proto
-- workload.proto
-- xds_config.proto
-
Changelog
-
Open Source Attribution
- Registered ClusterRole Definition
Contributing
Package : core.skv2.solo.io
Top
core.proto
Table of Contents
ClusterObjectRef
Field
Type
Label
Description
name
string
name of the resource being referenced
namespace
string
namespace of the resource being referenced
clusterName
string
name of the cluster in which the resource exists
ObjectRef
Field
Type
Label
Description
name
string
name of the resource being referenced
namespace
string
namespace of the resource being referenced
Status
Field
Type
Label
Description
state
core.skv2.solo.io.Status.State
The current state of the resource
message
string
A human readable message about the current state of the object
observedGeneration
int64
The most recently observed generation of the resource. This value corresponds to the metadata.generation
of a kubernetes resource
processingTime
google.protobuf.Timestamp
The time at which this status was recorded
owner
google.protobuf.StringValue
(optional) The owner of the status, this value can be used to identify the entity which wrote this status. This is useful in situations where a given resource may have multiple owners.
TypedClusterObjectRef
Field
Type
Label
Description
apiGroup
google.protobuf.StringValue
API group of the resource being referenced
kind
google.protobuf.StringValue
Kind of the resource being referenced
name
string
name of the resource being referenced
namespace
string
namespace of the resource being referenced
clusterName
string
name of the cluster in which the resource exists
TypedObjectRef
Field
Type
Label
Description
apiGroup
google.protobuf.StringValue
API group of the resource being referenced
kind
google.protobuf.StringValue
Kind of the resource being referenced
name
string
name of the resource being referenced
namespace
string
namespace of the resource being referenced
Status.State
Name
Number
Description
PENDING
0
Waiting to be processed.
PROCESSING
1
Currently processing.
INVALID
2
Invalid parameters supplied, will not continue.
FAILED
3
Failed during processing.
ACCEPTED
4
Finished processing successfully.