Skip to content

Update GitLab Object Metadata

Edmund Ochieng requested to merge ochienged/gitlab-operator:bundle into master

Update operator metadata and kubectl explain output for the operator managed resources. For example,

$ kubectl explain gitlab
KIND:     GitLab
VERSION:  apps.gitlab.com/v1beta1

DESCRIPTION:
     GitLab is a complete DevOps platform, delivered in a single application

FIELDS:
   apiVersion	<string>
     APIVersion defines the versioned schema of this representation of an
     object. Servers should convert recognized schemas to the latest internal
     value, and may reject unrecognized values. More info:
     https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources

   kind	<string>
     Kind is a string value representing the REST resource this object
     represents. Servers may infer this from the endpoint the client submits
     requests to. Cannot be updated. In CamelCase. More info:
     https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

   metadata	<Object>
     Standard object's metadata. More info:
     https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata

   spec	<Object>
     Specification of the desired behavior of a GitLab instance

   status	<Object>
     Most recently observed status of the GitLab instance. It is read-only to
     the user

$

Related to https://gitlab.com/gitlab-org/gl-openshift/gitlab-operator/-/issues/8

Edited by Edmund Ochieng

Merge request reports