Class ApiServerOptions
Defines Kubernetes API Server options.
Namespace: Neon.Kube.ClusterDef
Assembly: Neon.Kube.dll
Syntax
public class ApiServerOptions
Constructors
ApiServerOptions()
Public default constructor.
Declaration
public ApiServerOptions()
Properties
Verbosity
Specifies the API server log verbosity. This defaults to: 2
Declaration
[JsonProperty(PropertyName = "Verbosity", Required = Required.Default, DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate)]
[YamlMember(Alias = "verbosity", ApplyNamingConventions = false)]
public int Verbosity { get; set; }
Property Value
Type | Description |
---|---|
int |
Remarks
Here are the log verbosity levels:
1 | Minimal details |
2 | default: Useful steady state service status and significant changes to the system |
3 | Extended information about changes. |
4 | Debug level verbosity. |
5 | Undefined |
6 | Display requested resources. |
7 | Display HTTP request headers. |
8 | Display HTTP request contents. |
8 | Display HTTP request responses. |