|
1430 | 1430 | "type": "integer"
|
1431 | 1431 | },
|
1432 | 1432 | "grpc": {
|
| 1433 | + "description": "GRPCAction specifies an action involving a GRPC service.", |
1433 | 1434 | "properties": {
|
1434 | 1435 | "port": {
|
1435 | 1436 | "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
|
|
1620 | 1621 | "type": "integer"
|
1621 | 1622 | },
|
1622 | 1623 | "grpc": {
|
| 1624 | + "description": "GRPCAction specifies an action involving a GRPC service.", |
1623 | 1625 | "properties": {
|
1624 | 1626 | "port": {
|
1625 | 1627 | "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
|
|
2002 | 2004 | "type": "integer"
|
2003 | 2005 | },
|
2004 | 2006 | "grpc": {
|
| 2007 | + "description": "GRPCAction specifies an action involving a GRPC service.", |
2005 | 2008 | "properties": {
|
2006 | 2009 | "port": {
|
2007 | 2010 | "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
|
|
2979 | 2982 | "x-kubernetes-map-type": "atomic"
|
2980 | 2983 | },
|
2981 | 2984 | "dataSourceRef": {
|
| 2985 | + "description": "TypedObjectReference contains enough information to let you locate the typed referenced object", |
2982 | 2986 | "properties": {
|
2983 | 2987 | "apiGroup": {
|
2984 | 2988 | "description": "APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.",
|
|
3978 | 3982 | "title": "Backstage container additional volumes",
|
3979 | 3983 | "type": "array"
|
3980 | 3984 | },
|
| 3985 | + "hostAliases": { |
| 3986 | + "default": [], |
| 3987 | + "description": "Ref: https://kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/#adding-additional-entries-with-hostaliases", |
| 3988 | + "items": { |
| 3989 | + "description": "HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.", |
| 3990 | + "properties": { |
| 3991 | + "hostnames": { |
| 3992 | + "description": "Hostnames for the above IP address.", |
| 3993 | + "items": { |
| 3994 | + "type": "string" |
| 3995 | + }, |
| 3996 | + "type": "array", |
| 3997 | + "x-kubernetes-list-type": "atomic" |
| 3998 | + }, |
| 3999 | + "ip": { |
| 4000 | + "description": "IP address of the host file entry.", |
| 4001 | + "type": "string" |
| 4002 | + } |
| 4003 | + }, |
| 4004 | + "required": [ |
| 4005 | + "ip" |
| 4006 | + ], |
| 4007 | + "type": "object" |
| 4008 | + }, |
| 4009 | + "title": "Adding entries to a Pod's /etc/hosts file provides Pod-level override of hostname resolution when DNS and other options are not applicable", |
| 4010 | + "type": "array" |
| 4011 | + }, |
3981 | 4012 | "image": {
|
3982 | 4013 | "additionalProperties": false,
|
3983 | 4014 | "properties": {
|
|
4480 | 4511 | "type": "integer"
|
4481 | 4512 | },
|
4482 | 4513 | "grpc": {
|
| 4514 | + "description": "GRPCAction specifies an action involving a GRPC service.", |
4483 | 4515 | "properties": {
|
4484 | 4516 | "port": {
|
4485 | 4517 | "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
|
|
4670 | 4702 | "type": "integer"
|
4671 | 4703 | },
|
4672 | 4704 | "grpc": {
|
| 4705 | + "description": "GRPCAction specifies an action involving a GRPC service.", |
4673 | 4706 | "properties": {
|
4674 | 4707 | "port": {
|
4675 | 4708 | "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
|
|
5052 | 5085 | "type": "integer"
|
5053 | 5086 | },
|
5054 | 5087 | "grpc": {
|
| 5088 | + "description": "GRPCAction specifies an action involving a GRPC service.", |
5055 | 5089 | "properties": {
|
5056 | 5090 | "port": {
|
5057 | 5091 | "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
|
|
5310 | 5344 | "type": "integer"
|
5311 | 5345 | },
|
5312 | 5346 | "grpc": {
|
| 5347 | + "description": "GRPCAction specifies an action involving a GRPC service.", |
5313 | 5348 | "properties": {
|
5314 | 5349 | "port": {
|
5315 | 5350 | "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
|
|
5631 | 5666 | "type": "integer"
|
5632 | 5667 | },
|
5633 | 5668 | "grpc": {
|
| 5669 | + "description": "GRPCAction specifies an action involving a GRPC service.", |
5634 | 5670 | "properties": {
|
5635 | 5671 | "port": {
|
5636 | 5672 | "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
|
|
5846 | 5882 | "type": "integer"
|
5847 | 5883 | },
|
5848 | 5884 | "grpc": {
|
| 5885 | + "description": "GRPCAction specifies an action involving a GRPC service.", |
5849 | 5886 | "properties": {
|
5850 | 5887 | "port": {
|
5851 | 5888 | "description": "Port number of the gRPC service. Number must be in the range 1 to 65535.",
|
|
0 commit comments