cloudstate
cloudstate copied to clipboard
Missing documentation for cloudstate.io resources (kubectl explain)
As of 2020-05-23, cloudstate.io resources are:
$ kubectl api-resources --api-group=cloudstate.io NAME SHORTNAMES APIGROUP NAMESPACED KIND routes cloudstate.io true Route statefulservices cloudstate.io true StatefulService statefulstores cloudstate.io true StatefulStore Using kubectl explain resource_name to get a quick description and fields of a resource. But the documentation is empty. Here is an example on statefulservices
$ kubectl explain statefulservices KIND: StatefulService VERSION: cloudstate.io/v1alpha1
DESCRIPTION:
$ kubectl explain deployments KIND: Deployment VERSION: extensions/v1beta1
DESCRIPTION: DEPRECATED - This group version of Deployment is deprecated by apps/v1beta2/Deployment. See the release notes for more information. Deployment enables declarative updates for Pods and ReplicaSets.
FIELDS:
apiVersion
kind
metadata <Object> Standard object metadata.
spec <Object> Specification of the desired behavior of the Deployment.
status <Object> Most recently observed status of the Deployment.
(copied into this repo on behalf of @tringuyen-yw )