Discover Packages
github.com/choigonyok/home-idp
pkg
model
package
Version:
v0.0.0-...-9d91e49
Opens a new window with list of versions in this module.
Published: Dec 4, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type ConfigMap struct {
Name string `json:"name"`
Namespace string `json:"namespace"`
Files []File `json:"files"`
Creator string `json:"creator"`
}
type ConnectResources struct {
Pods []string `json:"conntect_pods"`
Services []string `json:"conntect_services"`
Configmaps []string `json:"conntect_configmaps"`
Secrets []string `json:"conntect_secrets"`
Ingresses []string `json:"conntect_ingresses"`
}
type EnvVar struct {
Key string `json:"key"`
Value string `json:"value"`
Creator string `json:"creator"`
Secret string `json:"secret"`
}
type File struct {
MountPath string `json:"mount_path"`
Name string `json:"name"`
MountServices []string `json:"mount_services"`
Content string `json:"content"`
ConfigMap string `json:"configmap"`
}
type IngressRule struct {
Host string `json:"host"`
Path string `json:"path"`
Service string `json:"service"`
Port string `json:"port"`
}
type Pod struct {
Name string `json:"name"`
Status string `json:"status"`
Age string `json:"age"`
IP string `json:"ip"`
}
type Policy struct {
ID int `json:"id"`
Name string `json:"name"`
Json string `json:"json"`
}
type Project struct {
ID string `json:"id"`
Name string `json:"name"`
Creator string `json:"creator"`
}
type Secret struct {
Name string `json:"name"`
Type string `json:"type"`
Data int `json:"data"`
Age string `json:"age"`
}
type Trace struct {
SpanID string `json:"span_id"`
TraceID string `json:"trace_id"`
ParentSpanID string `json:"parent_span_id"`
StartTime string `json:"start_time"`
EndTime string `json:"end_time"`
Status string `json:"status"`
}
type User struct {
ID string `json:"id"`
Name string `json:"name"`
RoleID string `json:"role_id"`
CreateTime string `json:"create_time"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.