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
description: "NonClusterHost installs the components required for non-cluster host log collection.\nAt most one instance of this resource is supported. It must be named \"tigera-secure\"."
20
+
properties:
21
+
apiVersion:
22
+
description: "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources"
23
+
type: "string"
24
+
kind:
25
+
description: "Kind is a string value representing the REST resource this object represents.\nServers may infer this from the endpoint the client submits requests to.\nCannot be updated.\nIn CamelCase.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds"
26
+
type: "string"
27
+
metadata:
28
+
type: "object"
29
+
spec:
30
+
description: "Specification of the desired state for non-cluster host log collection."
31
+
properties:
32
+
endpoint:
33
+
description: "Location of the log ingestion point for non-cluster hosts. For example: https://1.2.3.4:443"
34
+
pattern: "^https://.+$"
35
+
type: "string"
36
+
typhaEndpoint:
37
+
description: "Location of the Typha endpoint for non-cluster host Felix and Typha communication. For example: 5.6.7.8:5473"
0 commit comments