You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: DrupalProjectConfig is the Schema for the drupalprojectconfigs
23
+
API
24
+
properties:
25
+
apiVersion:
26
+
description: 'APIVersion defines the versioned schema of this representation
27
+
of an object. Servers should convert recognized schemas to the latest
28
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
29
+
type: string
30
+
kind:
31
+
description: 'Kind is a string value representing the REST resource this
32
+
object represents. Servers may infer this from the endpoint the client
33
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
34
+
type: string
35
+
metadata:
36
+
type: object
37
+
spec:
38
+
description: DrupalProjectConfigSpec defines the desired state of DrupalProjectConfig
39
+
properties:
40
+
primarySiteName:
41
+
description: PrimarySiteName defines the primary DrupalSite instance
42
+
of a project
43
+
type: string
44
+
type: object
45
+
status:
46
+
description: DrupalProjectConfigStatus defines the observed state of DrupalProjectConfig
0 commit comments