Scope
Package v1alpha1 contains the API Schema definitions for WSO2 APK.
Scope¶
Scope is the Schema for the scopes API
| Field | Description | ||
|---|---|---|---|
apiVersion
string
|
dp.wso2.com/v1alpha1
|
||
kind
string
|
Scope |
||
metadata
Kubernetes meta/v1.ObjectMeta
|
Refer to the Kubernetes API documentation for the fields of the
metadata field.
|
||
spec
ScopeSpec
|
|
||
status
ScopeStatus
|
ScopeSpec ¶
(Appears on: Scope)
ScopeSpec defines the desired state of Scope
| Field | Description |
|---|---|
names
[]string
|
Name scope name |
ScopeStatus ¶
(Appears on: Scope)
ScopeStatus defines the observed state of Scope
Generated with gen-crd-api-reference-docs.
Scope Sample¶
The following is a sample Scope CR. Scopes are used to define the access level of an API resources.
``` apiVersion: "dp.wso2.com/v1alpha1" kind: "Scope" metadata: name: api-scope spec: names: - "org"
```