|
| 1 | +apiVersion: data.packaging.carvel.dev/v1alpha1 |
| 2 | +kind: Package |
| 3 | +metadata: |
| 4 | + creationTimestamp: null |
| 5 | + name: metrics-server.packages.kadras.io.0.7.1 |
| 6 | +spec: |
| 7 | + licenses: |
| 8 | + - Apache 2.0 |
| 9 | + refName: metrics-server.packages.kadras.io |
| 10 | + releaseNotes: https://github.com/kadras-io/package-for-metrics-server/releases |
| 11 | + releasedAt: "2024-05-17T19:13:15Z" |
| 12 | + template: |
| 13 | + spec: |
| 14 | + deploy: |
| 15 | + - kapp: {} |
| 16 | + fetch: |
| 17 | + - imgpkgBundle: |
| 18 | + image: ghcr.io/kadras-io/package-for-metrics-server@sha256:624ad610270ef4c1aa7db39bc77ce154071ab8b3be692eabf66f6a47bdc39700 |
| 19 | + template: |
| 20 | + - ytt: |
| 21 | + paths: |
| 22 | + - config |
| 23 | + - kbld: |
| 24 | + paths: |
| 25 | + - '-' |
| 26 | + - .imgpkg/images.yml |
| 27 | + valuesSchema: |
| 28 | + openAPIv3: |
| 29 | + additionalProperties: false |
| 30 | + properties: |
| 31 | + daemonset: |
| 32 | + additionalProperties: false |
| 33 | + properties: |
| 34 | + updateStrategy: |
| 35 | + default: null |
| 36 | + description: Update strategy of daemonsets |
| 37 | + nullable: true |
| 38 | + type: string |
| 39 | + type: object |
| 40 | + deployment: |
| 41 | + additionalProperties: false |
| 42 | + properties: |
| 43 | + rollingUpdate: |
| 44 | + additionalProperties: false |
| 45 | + properties: |
| 46 | + maxSurge: |
| 47 | + default: null |
| 48 | + description: The maxSurge of rollingUpdate. Applied only if RollingUpdate |
| 49 | + is used as updateStrategy |
| 50 | + nullable: true |
| 51 | + type: integer |
| 52 | + maxUnavailable: |
| 53 | + default: null |
| 54 | + description: The maxUnavailable of rollingUpdate. Applied only if |
| 55 | + RollingUpdate is used as updateStrategy |
| 56 | + nullable: true |
| 57 | + type: integer |
| 58 | + type: object |
| 59 | + updateStrategy: |
| 60 | + default: null |
| 61 | + description: Update strategy of deployments |
| 62 | + nullable: true |
| 63 | + type: string |
| 64 | + type: object |
| 65 | + metricsServer: |
| 66 | + additionalProperties: false |
| 67 | + properties: |
| 68 | + config: |
| 69 | + additionalProperties: false |
| 70 | + properties: |
| 71 | + apiServiceInsecureTLS: |
| 72 | + default: true |
| 73 | + description: Whether to enable insecure TLS for metrics-server api |
| 74 | + service |
| 75 | + type: boolean |
| 76 | + args: |
| 77 | + default: [] |
| 78 | + description: Arguments passed into metrics-server container |
| 79 | + items: |
| 80 | + default: "" |
| 81 | + type: string |
| 82 | + type: array |
| 83 | + probe: |
| 84 | + additionalProperties: false |
| 85 | + properties: |
| 86 | + failureThreshold: |
| 87 | + default: 3 |
| 88 | + description: Probe failureThreshold of metrics-server deployment |
| 89 | + type: integer |
| 90 | + periodSeconds: |
| 91 | + default: 10 |
| 92 | + description: Probe period of metrics-server deployment |
| 93 | + type: integer |
| 94 | + type: object |
| 95 | + securePort: |
| 96 | + default: 4443 |
| 97 | + description: The HTTPS secure port used by metrics-server |
| 98 | + type: integer |
| 99 | + tolerations: |
| 100 | + default: [] |
| 101 | + description: Metrics-server deployment tolerations |
| 102 | + nullable: true |
| 103 | + updateStrategy: |
| 104 | + default: RollingUpdate |
| 105 | + description: The update strategy of the metrics-server deployment |
| 106 | + type: string |
| 107 | + type: object |
| 108 | + createNamespace: |
| 109 | + default: true |
| 110 | + description: Whether to create namespace specified for metrics-server |
| 111 | + type: boolean |
| 112 | + image: |
| 113 | + additionalProperties: false |
| 114 | + properties: |
| 115 | + name: |
| 116 | + default: "" |
| 117 | + description: The path of image |
| 118 | + type: string |
| 119 | + pullPolicy: |
| 120 | + default: IfNotPresent |
| 121 | + description: The pull policy of image |
| 122 | + type: string |
| 123 | + repository: |
| 124 | + default: "" |
| 125 | + description: The repository of metrics-server image |
| 126 | + type: string |
| 127 | + tag: |
| 128 | + default: "" |
| 129 | + description: The image tag |
| 130 | + type: string |
| 131 | + type: object |
| 132 | + namespace: |
| 133 | + default: null |
| 134 | + description: The namespace value used by older templates, will be overwriten |
| 135 | + if top level namespace is present, kept for backward compatibility |
| 136 | + nullable: true |
| 137 | + type: string |
| 138 | + type: object |
| 139 | + namespace: |
| 140 | + default: kube-system |
| 141 | + description: The namespace in which metrics-server is deployed |
| 142 | + type: string |
| 143 | + nodeSelector: |
| 144 | + default: null |
| 145 | + description: NodeSelector configuration applied to all the deployments |
| 146 | + nullable: true |
| 147 | + type: object |
| 148 | + version: 0.7.1 |
0 commit comments