Documentation ¶
Index ¶
Constants ¶
View Source
const ( AGENT_SECRET_NAME string = "cluster-agent-secret" AGENT_CONFIG_NAME string = "ma-config" AGENT_LOG_CONFIG_NAME string = "ma-log-config" AGENT_SSL_CONFIG_NAME string = "ma-ssl-config" AGENT_SSL_CRED_STORE_NAME string = "appd-agent-ssl-store" AGENT_NETVIZ_CONFIG_NAME string = "netviz-config" BIQPORT int32 = 9090 OLD_SPEC string = "old-infraviz" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReconcileInfraViz ¶
type ReconcileInfraViz struct {
// contains filtered or unexported fields
}
ReconcileInfraViz reconciles a InfraViz object
func (*ReconcileInfraViz) Reconcile ¶
Reconcile reads that state of the cluster for a InfraViz object and makes changes based on the state read and what is in the InfraViz.Spec TODO(user): Modify this Reconcile function to implement your Controller logic. This example creates a Pod as an example Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
Click to show internal directories.
Click to hide internal directories.