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
Copy file name to clipboardExpand all lines: console/v1/zz_generated.crd-manifests/90_consoleplugins-CustomNoUpgrade.crd.yaml
-148Lines changed: 0 additions & 148 deletions
Original file line number
Diff line number
Diff line change
@@ -349,151 +349,3 @@ spec:
349
349
type: object
350
350
served: true
351
351
storage: true
352
-
- name: v1alpha1
353
-
schema:
354
-
openAPIV3Schema:
355
-
description: "ConsolePlugin is an extension for customizing OpenShift web
356
-
console by dynamically loading code from another service running on the
357
-
cluster. \n Compatibility level 4: No compatibility is provided, the API
358
-
can change at any point for any reason. These capabilities should not be
359
-
used by applications needing long term support."
360
-
properties:
361
-
apiVersion:
362
-
description: 'APIVersion defines the versioned schema of this representation
363
-
of an object. Servers should convert recognized schemas to the latest
364
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
365
-
type: string
366
-
kind:
367
-
description: 'Kind is a string value representing the REST resource this
368
-
object represents. Servers may infer this from the endpoint the client
369
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
370
-
type: string
371
-
metadata:
372
-
type: object
373
-
spec:
374
-
description: ConsolePluginSpec is the desired plugin configuration.
375
-
properties:
376
-
displayName:
377
-
description: displayName is the display name of the plugin.
378
-
minLength: 1
379
-
type: string
380
-
proxy:
381
-
description: proxy is a list of proxies that describe various service
382
-
type to which the plugin needs to connect to.
383
-
items:
384
-
description: ConsolePluginProxy holds information on various service
385
-
types to which console's backend will proxy the plugin's requests.
386
-
properties:
387
-
alias:
388
-
description: "alias is a proxy name that identifies the plugin's
389
-
proxy. An alias name should be unique per plugin. The console
390
-
backend exposes following proxy endpoint: \n /api/proxy/plugin/<plugin-name>/<proxy-alias>/<request-path>?<optional-query-parameters>
391
-
\n Request example path: \n /api/proxy/plugin/acm/search/pods?namespace=openshift-apiserver"
392
-
maxLength: 128
393
-
minLength: 1
394
-
pattern: ^[A-Za-z0-9-_]+$
395
-
type: string
396
-
authorize:
397
-
default: false
398
-
description: "authorize indicates if the proxied request should
399
-
contain the logged-in user's OpenShift access token in the
400
-
\"Authorization\" request header. For example: \n Authorization:
0 commit comments