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: EventTrackerPolicy is the Schema for the eventtrackerpolicies API
676
+
properties:
677
+
apiVersion:
678
+
description: 'APIVersion defines the versioned schema of this representation
679
+
of an object. Servers should convert recognized schemas to the latest
680
+
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
681
+
type: string
682
+
kind:
683
+
description: 'Kind is a string value representing the REST resource this
684
+
object represents. Servers may infer this from the endpoint the client
685
+
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
686
+
type: string
687
+
metadata:
688
+
type: object
689
+
spec:
690
+
description: EventTrackerPolicySpec defines the desired state of EventTrackerPolicy
691
+
properties:
692
+
condition_type:
693
+
description: Foo is an example field of EventTrackerPolicy. Edit EventTrackerPolicy_types.go
694
+
to remove/update
695
+
type: string
696
+
conditions:
697
+
items:
698
+
properties:
699
+
key:
700
+
type: string
701
+
operator:
702
+
type: string
703
+
value:
704
+
type: string
705
+
type: object
706
+
type: array
707
+
type: object
708
+
statuses:
709
+
items:
710
+
description: EventTrackerPolicyStatus defines the observed state of EventTrackerPolicy
711
+
properties:
712
+
is_triggered:
713
+
type: string
714
+
resource:
715
+
type: string
716
+
resource_name:
717
+
type: string
718
+
result:
719
+
type: string
720
+
time_stamp:
721
+
description: 'INSERT ADDITIONAL STATUS FIELD - define observed state
722
+
of cluster Important: Run "make" to regenerate code after modifying
0 commit comments