Skip to content

Commit 78efc35

Browse files
committed
update openshift/api dependency
Signed-off-by: Bryce Palmer <[email protected]>
1 parent e286a85 commit 78efc35

File tree

200 files changed

+5974
-3463
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+5974
-3463
lines changed

bindata/oauth-openshift/authorization.openshift.io_rolebindingrestrictions.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ spec:
4747
metadata:
4848
type: object
4949
spec:
50-
description: Spec defines the matcher.
50+
description: spec defines the matcher.
5151
properties:
5252
grouprestriction:
53-
description: GroupRestriction matches against group subjects.
53+
description: grouprestriction matches against group subjects.
5454
nullable: true
5555
properties:
5656
groups:
5757
description: |-
58-
Groups is a list of groups used to match against an individual user's
58+
groups is a list of groups used to match against an individual user's
5959
groups. If the user is a member of one of the whitelisted groups, the user
6060
is allowed to be bound to a role.
6161
items:
@@ -118,30 +118,30 @@ spec:
118118
type: array
119119
type: object
120120
serviceaccountrestriction:
121-
description: ServiceAccountRestriction matches against service-account
121+
description: serviceaccountrestriction matches against service-account
122122
subjects.
123123
nullable: true
124124
properties:
125125
namespaces:
126-
description: Namespaces specifies a list of literal namespace
126+
description: namespaces specifies a list of literal namespace
127127
names.
128128
items:
129129
type: string
130130
type: array
131131
serviceaccounts:
132-
description: ServiceAccounts specifies a list of literal service-account
132+
description: serviceaccounts specifies a list of literal service-account
133133
names.
134134
items:
135135
description: |-
136136
ServiceAccountReference specifies a service account and namespace by their
137137
names.
138138
properties:
139139
name:
140-
description: Name is the name of the service account.
140+
description: name is the name of the service account.
141141
type: string
142142
namespace:
143143
description: |-
144-
Namespace is the namespace of the service account. Service accounts from
144+
namespace is the namespace of the service account. Service accounts from
145145
inside the whitelisted namespaces are allowed to be bound to roles. If
146146
Namespace is empty, then the namespace of the RoleBindingRestriction in
147147
which the ServiceAccountReference is embedded is used.
@@ -150,11 +150,11 @@ spec:
150150
type: array
151151
type: object
152152
userrestriction:
153-
description: UserRestriction matches against user subjects.
153+
description: userrestriction matches against user subjects.
154154
nullable: true
155155
properties:
156156
groups:
157-
description: Groups specifies a list of literal group names.
157+
description: groups specifies a list of literal group names.
158158
items:
159159
type: string
160160
nullable: true
@@ -214,7 +214,7 @@ spec:
214214
nullable: true
215215
type: array
216216
users:
217-
description: Users specifies a list of literal user names.
217+
description: users specifies a list of literal user names.
218218
items:
219219
type: string
220220
type: array

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
77
github.com/ghodss/yaml v1.0.0
88
github.com/google/go-cmp v0.6.0
9-
github.com/openshift/api v0.0.0-20241001152557-e415140e5d5f
9+
github.com/openshift/api v0.0.0-20250108172834-78bd56dba39b
1010
github.com/openshift/build-machinery-go v0.0.0-20241031155326-6ae126a9cb72
1111
github.com/openshift/client-go v0.0.0-20241001162912-da6d55e4611f
1212
github.com/openshift/library-go v0.0.0-20241120135057-fc703a7407c9

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ github.com/onsi/gomega v1.33.1 h1:dsYjIxxSR755MDmKVsaFQTE22ChNBcuuTWgkUDSubOk=
150150
github.com/onsi/gomega v1.33.1/go.mod h1:U4R44UsT+9eLIaYRB2a5qajjtQYn0hauxvRm16AVYg0=
151151
github.com/openshift/api v0.0.0-20241001152557-e415140e5d5f h1:ya1OmyZm3LIIxI3U9VE9Nyx3ehCHgBwxyFUPflYPWls=
152152
github.com/openshift/api v0.0.0-20241001152557-e415140e5d5f/go.mod h1:Shkl4HanLwDiiBzakv+con/aMGnVE2MAGvoKp5oyYUo=
153+
github.com/openshift/api v0.0.0-20250108172834-78bd56dba39b h1:Nt4V9k5pyw2CiUL2L5IFlstvURf+12Z7uSzi/v30UpE=
154+
github.com/openshift/api v0.0.0-20250108172834-78bd56dba39b/go.mod h1:Shkl4HanLwDiiBzakv+con/aMGnVE2MAGvoKp5oyYUo=
153155
github.com/openshift/build-machinery-go v0.0.0-20241031155326-6ae126a9cb72 h1:kMM+Ea3YFrcoYS76RhhBA7uELy97JM0gwqnyoy7fxco=
154156
github.com/openshift/build-machinery-go v0.0.0-20241031155326-6ae126a9cb72/go.mod h1:8jcm8UPtg2mCAsxfqKil1xrmRMI3a+XU2TZ9fF8A7TE=
155157
github.com/openshift/client-go v0.0.0-20241001162912-da6d55e4611f h1:FRc0bVNWprihWS0GqQWzb3dY4dkCwpOP3mDw5NwSoR4=

vendor/github.com/openshift/api/.golangci.yaml

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/api/Makefile

Lines changed: 23 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/api/README.md

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/api/apiserver/v1/types_apirequestcount.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/openshift/api/apiserver/v1/zz_generated.swagger_doc_generated.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)