ApiProfile interface
Information about the API of a cluster.
Properties
| authorized |
The list of authorized IPv4 CIDR blocks allowed to access the API server. Maximum 500 entries. |
| url | URL endpoint for the API server |
| visibility | The internet visibility of the OpenShift API server |
Property Details
authorizedCIDRs
The list of authorized IPv4 CIDR blocks allowed to access the API server. Maximum 500 entries.
authorizedCIDRs?: string[]
Property Value
string[]
url
URL endpoint for the API server
url: string
Property Value
string
visibility
The internet visibility of the OpenShift API server
visibility?: string
Property Value
string