1+
12---
23apiVersion : apiextensions.k8s.io/v1
34kind : CustomResourceDefinition
45metadata :
56 annotations :
6- controller-gen.kubebuilder.io/version : v0.9.2
7+ controller-gen.kubebuilder.io/version : v0.4.1
78 creationTimestamp : null
89 name : multirunners.gitlab.k8s.alekc.dev
910spec :
@@ -366,6 +367,10 @@ spec:
366367 items :
367368 type : string
368369 type : array
370+ allowed_pull_policies :
371+ items :
372+ type : string
373+ type : array
369374 allowed_services :
370375 items :
371376 type : string
@@ -408,10 +413,6 @@ spec:
408413 run_as_user :
409414 format : int64
410415 type : integer
411- required :
412- - allow_privilege_escalation
413- - privileged
414- - read_only_root_filesystem
415416 type : object
416417 ca_file :
417418 type : string
@@ -571,10 +572,6 @@ spec:
571572 items :
572573 type : string
573574 type : array
574- required :
575- - nameservers
576- - options
577- - searches
578575 type : object
579576 dns_policy :
580577 type : string
@@ -620,10 +617,6 @@ spec:
620617 run_as_user :
621618 format : int64
622619 type : integer
623- required :
624- - allow_privilege_escalation
625- - privileged
626- - read_only_root_filesystem
627620 type : object
628621 helper_cpu_limit :
629622 type : string
@@ -675,6 +668,41 @@ spec:
675668 items :
676669 type : string
677670 type : array
671+ init_permissions_container_security_context :
672+ properties :
673+ allow_privilege_escalation :
674+ type : boolean
675+ capabilities :
676+ properties :
677+ add :
678+ items :
679+ description : Capability represent POSIX capabilities
680+ type
681+ type : string
682+ type : array
683+ drop :
684+ items :
685+ description : Capability represent POSIX capabilities
686+ type
687+ type : string
688+ type : array
689+ required :
690+ - add
691+ - drop
692+ type : object
693+ privileged :
694+ type : boolean
695+ read_only_root_filesystem :
696+ type : boolean
697+ run_as_group :
698+ format : int64
699+ type : integer
700+ run_as_non_root :
701+ type : boolean
702+ run_as_user :
703+ format : int64
704+ type : integer
705+ type : object
678706 key_file :
679707 type : string
680708 memory_limit :
@@ -693,6 +721,8 @@ spec:
693721 additionalProperties :
694722 type : string
695723 type : object
724+ node_selector_overwrite_allowed :
725+ type : string
696726 node_tolerations :
697727 additionalProperties :
698728 type : string
@@ -707,6 +737,8 @@ spec:
707737 additionalProperties :
708738 type : string
709739 type : object
740+ pod_labels_overwrite_allowed :
741+ type : string
710742 pod_security_context :
711743 properties :
712744 fs_group :
@@ -733,12 +765,20 @@ spec:
733765 type : integer
734766 poll_timeout :
735767 type : integer
768+ priority_class_name :
769+ type : string
736770 privileged :
737771 type : boolean
738772 pull_policy :
739773 items :
740774 type : string
741775 type : array
776+ resource_availability_check_max_attempts :
777+ type : integer
778+ runtime_class_name :
779+ type : string
780+ scheduler_name :
781+ type : string
742782 service_account :
743783 type : string
744784 service_account_overwrite_allowed :
@@ -777,10 +817,6 @@ spec:
777817 run_as_user :
778818 format : int64
779819 type : integer
780- required :
781- - allow_privilege_escalation
782- - privileged
783- - read_only_root_filesystem
784820 type : object
785821 service_cpu_limit :
786822 type : string
@@ -948,14 +984,9 @@ spec:
948984 - name
949985 type : object
950986 type : array
951- required :
952- - config_map
953- - csi
954- - empty_dir
955- - host_path
956- - pvc
957- - secret
958987 type : object
988+ required :
989+ - scheduler_name
959990 type : object
960991 name :
961992 type : string
@@ -1063,3 +1094,9 @@ spec:
10631094 storage : true
10641095 subresources :
10651096 status : {}
1097+ status :
1098+ acceptedNames :
1099+ kind : " "
1100+ plural : " "
1101+ conditions : []
1102+ storedVersions : []
0 commit comments