-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestoutput.ps1
More file actions
86 lines (84 loc) · 2.32 KB
/
testoutput.ps1
File metadata and controls
86 lines (84 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Configuration generated by New-ConfigurationFromSample
# Generated on: 2025-10-04 21:22:10
#
# Usage:
# Dot-source this file to load the configuration into the $Config variable:
# . 'C:\Users\Joshua Wilson\source\repos\PSTestableData\testoutput.ps1'
#
# Or assign it to a custom variable:
# $myConfig = . 'C:\Users\Joshua Wilson\source\repos\PSTestableData\testoutput.ps1'
#
# The configuration can be edited manually and then reloaded.
$Config = @{
apiVersion = @{
Action = 'Preserve'
Type = 'string'
}
items = @{
Action = 'Preserve'
ArrayCount = 4
ItemStructure = @{
apiVersion = @{
Action = 'Preserve'
Type = 'string'
}
kind = @{
Action = 'Preserve'
Type = 'string'
}
metadata = @{
creationTimestamp = @{
Action = 'Randomize'
Type = 'datetime'
}
labels = @{
'kubernetes.io/metadata.name' = @{
Action = 'Link'
LinkTo = 'name'
Type = 'string'
}
}
name = @{
Action = 'Randomize'
Type = 'string'
}
resourceVersion = @{
Action = 'Randomize'
Type = 'int'
}
uid = @{
Action = 'Randomize'
Type = 'guid'
}
}
spec = @{
finalizers = @{
Action = 'Preserve'
ArrayCount = 1
ItemAction = 'Preserve'
ItemType = 'string'
Type = 'array'
}
}
status = @{
phase = @{
Action = 'Preserve'
Type = 'string'
}
}
}
Type = 'array'
}
kind = @{
Action = 'Preserve'
Type = 'string'
}
metadata = @{
resourceVersion = @{
Action = 'Preserve'
Type = 'string'
}
}
}
# Return the configuration when dot-sourced
return $Config